Skip to content
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

pkp/pkp-lib#10874 Remove submission stage from roles installation #858

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Vitaliy-1
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Vitaliy-1 Vitaliy-1 force-pushed the i10874_groups_stages branch from 0089c22 to cec140a Compare February 5, 2025 22:31
@Vitaliy-1 Vitaliy-1 force-pushed the i10874_groups_stages branch from cec140a to 2ce5460 Compare February 6, 2025 11:35
@Vitaliy-1 Vitaliy-1 requested a review from asmecher February 6, 2025 13:02
@@ -45,5 +45,7 @@ module.exports = defineConfig({
experimentalRunAllSpecs: true,
},
// Allow cypress to interact with iframes
chromeWebSecurity: false
chromeWebSecurity: false,
viewportWidth: 3024,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Viewport dimensions appear to be related to test failures. Because of the new UI, especially for the submission workflow page, often it's not enough screen width and/or height to press a button, because it requires scrolling, e.g., to post a submission. scrollIntoView doesn't work reliably in my case. I think this way we can avoid forcing a button click, which we do in several places.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants