Cypress: big UI test first version is ready (#689)

This commit is contained in:
Adam Kol
2022-01-26 13:18:25 +02:00
committed by GitHub
parent be3375f797
commit 1eb67c69d9
5 changed files with 231 additions and 30 deletions

View File

@@ -7,3 +7,12 @@ export function isValueExistsInElement(shouldInclude, content, domPathToContaine
});
});
}
export function resizeToHugeMizu() {
cy.viewport(1920, 3500);
}
export function resizeToNormalMizu() {
cy.viewport(1920, 1080);
}