test update
This commit is contained in:
parent
9706b7febf
commit
e6252449f0
@ -282,5 +282,15 @@ describe("Форма Входа", () => {
|
||||
|
||||
cy.wait(5000);
|
||||
cy.get('[data-cy="create-question"]').click();
|
||||
|
||||
// Удаления Квиза
|
||||
|
||||
cy.visit("http://localhost:3000/list");
|
||||
cy.wait(500);
|
||||
cy.get('[data-cy="delete-quiz"]').each(($button) => {
|
||||
cy.wrap($button).click();
|
||||
cy.wait(500);
|
||||
cy.contains("button", "Удалить").click();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user