Skip to content

Commit 27c69d9

Browse files
committed
wait 1000ms after create course cypress test
1 parent 5f955d3 commit 27c69d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/apps/backoffice/frontend/features/courses/create_course.cypress.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('Create courses', () => {
3131

3232
// As the web application is not reactive, we need to wait for
3333
// the asynchronous operations to finish to reload the page
34-
cy.wait(500);
34+
cy.wait(1000);
3535
cy.reload();
3636
cy.contains(`Actualmente CodelyTV Pro cuenta con ${i} cursos.`);
3737
}

0 commit comments

Comments
 (0)