Skip to content

Commit

Permalink
fixing tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ost-ptk committed Nov 15, 2023
1 parent eb3e75a commit 107b725
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions e2e-tests/popup/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@ test('test', async ({ browser }) => {
await page.locator("//a[@aria-label='GitHub repository']").click()
]);

await test
.expect(
github.getByText(
'Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.'
)
)
.toBeVisible();
await test.expect(github.locator('#user-content--playwright')).toBeVisible();
});

0 comments on commit 107b725

Please sign in to comment.