-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress test. Collapse sidebar. Fullscreen. #3302
Cypress test. Collapse sidebar. Fullscreen. #3302
Conversation
Actually, we do not need exactly fullscreen in this test. Just need to resize the browser window anyhow. Is cypress able to do it? |
…o dkru/cypress-test-issue-3250-fullscreen
Thanks. I reworked the test using resizing by means of |
@dvkruchinin |
tests/cypress/integration/actions_tasks2/case_30_collapse_sidebar_appearance.js
Outdated
Show resolved
Hide resolved
This is a known problem. Attempts have already been made to solve it. I will create a separate task for further study of the problem. |
Motivation and context
Cypress test for PR #3289
An additional plugin for Cypress is installed for correct interaction with the fullscreen activation button.
Otherwise, I would get an error
The test must also be run in the headed mode for the fullscreen to work correctly. To do this, I put it in the directory where the tests are run in the headed mode.
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.