test: fix cypress test due to added trainer
This commit is contained in:
parent
f3da6d3c9d
commit
f4d1a95dbb
|
|
@ -38,7 +38,7 @@ describe("dashboardSupervisor.cy.js", () => {
|
|||
describe("overall summary box", () => {
|
||||
it("contains correct numbers (members, experts etc.)", () => {
|
||||
getDashboardStatistics("participant.count").should("have.text", "4");
|
||||
getDashboardStatistics("expert.count").should("have.text", "1");
|
||||
getDashboardStatistics("expert.count").should("have.text", "2");
|
||||
getDashboardStatistics("session.count").should("have.text", "2");
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue