Skip to content

Commit

Permalink
check if tests actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
bashmish committed Sep 23, 2024
1 parent 499cb67 commit c19c072
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test.describe('all in one', () => {
await sbPage.waitUntilLoaded();

await expect(page).toHaveTitle(/^My page - Docs/);
await expect(sbPage.docParent().locator('h1').nth(0)).toContainText('My page header');
await expect(sbPage.docParent().locator('h1').nth(0)).toContainText('My page header2');
await expect(
sbPage.docParent().getByText('This is an MDX-based documentation page.'),
).toBeAttached();
Expand Down

0 comments on commit c19c072

Please sign in to comment.