From c7c28630cf56a6dc3523d30a070c907e7e376ac0 Mon Sep 17 00:00:00 2001 From: Vida <“ivan.vidosevic@seekandhit.com”> Date: Fri, 17 Jan 2025 08:54:49 +0100 Subject: [PATCH] removed extra comment --- tests/internship-test-logged-in.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/internship-test-logged-in.spec.ts b/tests/internship-test-logged-in.spec.ts index 5b05bcf..a58ec84 100644 --- a/tests/internship-test-logged-in.spec.ts +++ b/tests/internship-test-logged-in.spec.ts @@ -8,7 +8,6 @@ import { expect, test } from '@playwright/test' Pro tip, run your tests in Headed mode to see whats happening in live action https://playwright.dev/docs/running-tests#run-tests-in-headed-mode. Also it might be a good idea to run each test individualy but that up to you. If you feel confident enough to run all 3 in parallel go for it. */ -//TODO: Remove all test solutions (hint:) before sending to candidates test('Navigate to valamar.com & validate page title', async ({ page }) => { const valamarURL = 'https//valamar.com'