Skip to content

fix(sms): Disable playwright tests for recovery phone for stage/prod#18389

Merged
vbudhram merged 1 commit intomainfrom
fxa-11157
Feb 19, 2025
Merged

fix(sms): Disable playwright tests for recovery phone for stage/prod#18389
vbudhram merged 1 commit intomainfrom
fxa-11157

Conversation

@vbudhram
Copy link
Copy Markdown
Contributor

Because

  • The recovery phone tests need access to redis to get the code

This pull request

  • Disables the test until we have a better solution for peeking at codes for tests
  • Cleans up some redis error logging in tests

Issue that this pull request solves

Closes: https://mozilla-hub.atlassian.net/browse/FXA-11157

Checklist

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

@vbudhram vbudhram self-assigned this Feb 18, 2025
@vbudhram vbudhram requested a review from a team as a code owner February 18, 2025 17:12
Comment on lines +24 to +27
test.skip(
project.name !== 'local',
'recovery phone tests currently only work in local/ci environment'
);
Copy link
Copy Markdown
Contributor

@Trinaa Trinaa Feb 18, 2025

Choose a reason for hiding this comment

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

Are we intending to have them work in stage & prod again? if yes, then the fixme annotation with a ticket seems more appropriate here.

Copy link
Copy Markdown
Contributor

@vpomerleau vpomerleau left a comment

Choose a reason for hiding this comment

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

Thanks for this! Follow-up mentioned may be a dupe of FXA-11152

@vbudhram vbudhram merged commit ce6b238 into main Feb 19, 2025
@vbudhram vbudhram deleted the fxa-11157 branch February 19, 2025 14:20
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