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

change: [M3-8075] - "Create Volume" button text changed to "Add Volume". #10808

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

dchyrva-akamai
Copy link
Contributor

Description 📝

"Create Volume" button text changed to "Add Volume".

Changes 🔄

"Create Volume" button text changed to "Add Volume".

@dchyrva-akamai dchyrva-akamai requested a review from a team as a code owner August 21, 2024 10:41
@dchyrva-akamai dchyrva-akamai requested review from jdamore-linode and hana-akamai and removed request for a team August 21, 2024 10:41
@jdamore-linode
Copy link
Contributor

jdamore-linode commented Aug 21, 2024

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 yarn changeset, answer the prompts, and push the file that gets generated.

(We've also got some helpful guidelines for writing good changesets that I'd definitely encourage you to check out!)

Copy link

github-actions bot commented Aug 21, 2024

Coverage Report:
Base Coverage: 82.73%
Current Coverage: 82.73%

@dchyrva-akamai dchyrva-akamai requested a review from a team as a code owner August 22, 2024 09:10
@dchyrva-akamai dchyrva-akamai requested review from AzureLatte and removed request for a team August 22, 2024 09:10
@dchyrva-akamai
Copy link
Contributor Author

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,
could you please advice, is this something that should be fixed locally?

Thank you very much in advance.

Copy link
Member

@bnussman-akamai bnussman-akamai left a comment

Choose a reason for hiding this comment

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

Nice job! 👏 🎉

@hana-akamai hana-akamai added Approved Multiple approvals and ready to merge! and removed Ready for Review Missing Changeset labels Aug 22, 2024
// 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();
Copy link
Contributor

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.

@mjac0bs mjac0bs merged commit 638289a into linode:develop Aug 28, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Multiple approvals and ready to merge!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants