Skip to content

Commit

Permalink
[Revert]
Browse files Browse the repository at this point in the history
  • Loading branch information
da-oleg-ignatiev committed May 20, 2024
1 parent e8641a9 commit 1200bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/example.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
const { test, expect } = require('@playwright/test');

test('has title', async ({ page }) => {
await page.goto('https://spendonlife-qa2.ottest.net/us/6019/418p75w/DNBE/008/f/cs_4p_a008.aspx');
await page.goto('https://playwright.dev/');

// Expect a title "to contain" a substring.
await expect(page).toHaveTitle(/Personal Information/);
await expect(page).toHaveTitle(/Playwright/);
});

test('get started link', async ({ page }) => {
Expand Down

0 comments on commit 1200bf2

Please sign in to comment.