stable
Clone or download
Read-only
request #25377 Augment cypress viewport
By default viewport is very small 800x600 standard dimensions for hardware is more like 1300x700 augmenting the viewport: will reduce the failing tests, because a force:true is needed because of the small screen resolution when we'll need to add it, it must question us: is it due to component specificity (example checkbox where input are hidden) or due to a bad design Change-Id: I4b61d1821c9e88c618422407a0c6fea4b8233e24
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/crosstracker/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/docman/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/EmptyFolderForReaders.vue | +11 | −8 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/document/tests/e2e/cypress/cypress/integration/phpwiki.spec.ts | +6 | −4 | Go to diff View file |
M | plugins/frs/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/git/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/mediawiki/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/oauth2_server/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/program_management/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/projectmilestones/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/svn/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/taskboard/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/testmanagement/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/testplan/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/timetracking/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | plugins/tracker/tests/e2e/cypress/cypress.json | +3 | −1 | Go to diff View file |
M | tests/e2e/full/cypress.json | +3 | −1 | Go to diff View file |
M | tests/e2e/full/cypress/integration/project_admin.spec.ts | +1 | −0 | Go to diff View file |