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

E2E fixes for FxA auth page changes (2024-03-19) #4518

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

rafeerahman
Copy link
Contributor

In the FxA production environment, changes for account creation changes handled in #4346 were reverted, causing failing tests for Relay prod. The changes were not reverted for the stage FxA auth page as of today, so no updates are needed there.

Checklist (Definition of Done)

  • Product Owner accepted the User Story (demo of functionality completed) or waived the privilege.
  • Customer Experience team has seen or waived a demo of functionality.
  • All acceptance criteria are met.
  • Jira ticket has been updated (if needed) to match changes made during the development process.
  • I've added or updated relevant docs in the docs/ directory
  • Jira ticket has been updated (if needed) with suggestions for QA when this PR is deployed to stage.
  • All UI revisions follow the coding standards, and use Protocol tokens where applicable (see /frontend/src/styles/tokens.scss).
  • Commits in this PR are minimal and have descriptive commit messages.
  • l10n changes have been submitted to the l10n repository, if any.

Copy link
Member

@groovecoder groovecoder left a comment

Choose a reason for hiding this comment

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

@groovecoder groovecoder added this pull request to the merge queue Mar 19, 2024
Merged via the queue into main with commit 2b3688d Mar 19, 2024
29 checks passed
@groovecoder groovecoder deleted the e2e-test-fix-2024-03-19 branch March 19, 2024 21:25
this.passwordInputField = page.getByTestId('new-password-input-field');
this.passwordConfirmInputField = page.getByTestId('verify-password-input-field');
this.ageInputField = page.getByTestId('age-input-field');
this.passwordInputField = process.env["E2E_TEST_ENV"] === "prod" ? page.locator('#password') : page.getByTestId('new-password-input-field');
Copy link
Member

Choose a reason for hiding this comment

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

Nice solution!

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.

3 participants