Skip to content
Snippets Groups Projects
Commit 343517a2 authored by heikkkk's avatar heikkkk
Browse files

fix: wait for request to backend to finish

parent 00c54c00
No related branches found
No related tags found
1 merge request!72Test/e2e
Pipeline #282593 passed with warnings
This commit is part of merge request !72. Comments created here will be created in the context of that merge request.
......@@ -9,6 +9,7 @@ describe("Leaderboard Test", () => {
});
it('loads global leaderboards', () => {
cy.wait(5000)
cy.get('[data-cy="total-points-board"]')
.find('[data-cy="top-leaderboard-tablerow"]')
.should('have.length', 10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment