Skip to content

Commit

Permalink
SWED-2272 fix E2E test race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Aug 23, 2023
1 parent 667ff5b commit 5fb641b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

## Testing

- E2E tests for topbar

## Design System website

- fix a homepage UI bug (section's height)
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ test.describe("visual regressions topbar", () => {
});

test(`general UI closed`, async ({ page }) => {
await page
.getByRole("heading", { name: "Topbar", exact: true })
.isVisible();

for (const topbarTab of topbarTabs) {
clickDocPreviewTab(page, topbarTab.btnText);

Expand Down

0 comments on commit 5fb641b

Please sign in to comment.