Skip to content

Commit

Permalink
MInor fix in statistics e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
plg22 committed Apr 27, 2024
1 parent 4ffa6a5 commit a22c7d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/e2e/steps/statistics.steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ defineFeature(feature, test => {
});

then('The app shows the statistics page', async () => {
await expect(page).toMatchElement("#statsHeader", { text: "Statistics page" });
await expect(page).toMatchElement(".h1-statistics", { text: "test4" });
await expect(page).toMatchElement(".h2-statistics", { text: "[email protected]" });
});
})

Expand Down

0 comments on commit a22c7d5

Please sign in to comment.