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

Safe wallet #1

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

Safe wallet #1

wants to merge 4 commits into from

Conversation

VolodymyrBg
Copy link

@VolodymyrBg VolodymyrBg commented Dec 4, 2024

What it solves

Some spelling mistakes in this file could mislead people who read it, and spelling errors in the code could affect the program file.
Resolves #
Modifications in .github/workflows/deploy-dev.yml to improve the handling of branch names.
Updates in cypress/e2e/happypath/tx_history_filter_hp_1.cy.js to skip flaky tests.
Fix in cypress/e2e/pages/create_tx.pages.js where an incorrect variable name (expande-all-btn) was corrected to expand-all-btn.

How this PR fixes it

deploy-dev.yml: The branch name extraction logic is updated to ensure the correct format is applied (alphanumeric characters, lowercase, and underscore replacements for non-alphanumeric characters).
tx_history_filter_hp_1.cy.js: Skips the flaky test with a describe.skip() to avoid failures until resolved.
create_tx.pages.js: Corrects a typo where expande-all-btn is changed to expand-all-btn to prevent issues during test execution.

How to test it

For .github/workflows/deploy-dev.yml, check if the branch name is correctly extracted and formatted in the workflow logs.
For cypress/e2e/happypath/tx_history_filter_hp_1.cy.js, ensure that the flaky test is skipped during test runs.
For cypress/e2e/pages/create_tx.pages.js, verify that the issue with the button ID is resolved and the test runs successfully.

Screenshots

срк1
срк2
срк3
срк4

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

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.

1 participant