Skip to content

Commit

Permalink
removed extra comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vida committed Jan 17, 2025
1 parent 08cd356 commit c7c2863
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/internship-test-logged-in.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c7c2863

Please sign in to comment.