-
Notifications
You must be signed in to change notification settings - Fork 25
[full-ci] fix app-provider tests #843
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes broken app-provider tests in full-ci by adjusting context menu interactions and updating feature file action labels.
- Uses a hover step on the "Open with..." menu item before selecting the office suite in the support object actions.
- Updates expected action labels in
secureView.featureto match the plain suite names. - Adds a
Givenstep inofficeSuites.featureto create files via API before testing context menu opens.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tests/e2e/support/objects/app-files/resource/actions.ts | Refactors context menu actions to hover "Open with..." before clicking the desired suite. |
| tests/e2e/cucumber/features/app-provider/secureView.feature | Updates expected action names in secure view scenarios. |
| tests/e2e/cucumber/features/app-provider/officeSuites.feature | Introduces API-based file creation step before opening file via context menu. |
|
@kulmann I would put |
Yes, that's good 👍 |
Thank you. I will do it in the next PR |
PR for that #845 |
related #820 and #835
we didn't run in
full-ciso some tests from app-provider were broken. here is fix