Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Sep 24, 2024
1 parent 1b5757b commit 9986cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e-pw/src/oss/specs/smoke-tests/quickstart-groups.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ test.describe("quickstart-groups", () => {
FIRST_SAMPLE_FILENAME
);

await modal.navigateSlice("group", "right");
await modal.sidebar.toggleSidebarGroup("GROUP");
await modal.navigateSlice("group.name", "right");
await modal.navigateNextSample();
expect(await modal.sidebar.getSidebarEntryText("group.name")).toEqual(
"right"
Expand Down

0 comments on commit 9986cc4

Please sign in to comment.