-
Notifications
You must be signed in to change notification settings - Fork 361
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
change: [M3-8075] - "Create Volume" button text changed to "Add Volume". #10808
Conversation
Hey @dchyrva, thanks for the contribution! It looks like this change caused a couple failures in our Cypress UI tests. The Cypress tests can be fixed here:
If you've already set up your environment for Cypress testing, you can verify that the tests pass by running this command while Cloud Manager is running locally: yarn cy:run -s "cypress/e2e/core/volumes/create-volume.smoke.spec.ts" Finally, you'll also want to add a changeset to your PR, which is essentially a small text file describing your change which we use when generating a changelogs for our releases. Step 7 of our PR submission docs goes into more detail, but you just need to run (We've also got some helpful guidelines for writing good changesets that I'd definitely encourage you to check out!) |
Coverage Report: ✅ |
2ea0202
to
d75c5db
Compare
Hello @jdamore-linode, Thank you very much for your comments, they should be resolved now. However, I can see that "continuous-integration/cloud-manager-tests" step is still failing in the pipeline, Thank you very much in advance. |
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.
Nice job! 👏 🎉
// Click "Create Volume" button, fill out and submit volume create drawer form. | ||
fbtClick('Create Volume'); | ||
// Click "Add Volume" button, fill out and submit volume create drawer form. | ||
cy.findByText('Add Volume').click(); |
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.
@dchyrva The reason for the failure was the same as create-volume.smoke.spec.ts
, just happening in another test. This line was the fix. All tests related to this PR are passing locally now, so this should be set to merge.
The rest of the changes in the file are 1:1 swaps of some deprecated Cypress functions for newer ones.
Description 📝
"Create Volume" button text changed to "Add Volume".
Changes 🔄
"Create Volume" button text changed to "Add Volume".