Skip to content

Commit

Permalink
Fix documentation test
Browse files Browse the repository at this point in the history
  • Loading branch information
maluramichael committed Nov 27, 2023
1 parent f19bcc6 commit e1a0d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/documentation.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe("documentaion", () => {
});

it("Select an idea", async () => {
const ideaName = "Emotion badge";
const ideaName = "Show emotions";
await app.switchTab("Ideas");
await app.selectDocumentationIdea(ideaName);
await app.findDocumentationTopLevelHeading(ideaName);
Expand Down

0 comments on commit e1a0d1d

Please sign in to comment.