-
Notifications
You must be signed in to change notification settings - Fork 210
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
latest test failure: delete_account, sign in, cancel delete account #3101
Comments
Teamcity cannot run mocha tests against latest, stage, stable, etc because only dev instances expose the /tests/index.html endpoint. Only run the mocha tests as part of the functional suite if the SKIP_MOCHA environment variable is not set Teamcity has this environment variable set and will stop running the mocha tests during its test runs. fixes #3101
Woops, #3104 did not fix this, re-opening. |
Here's a different error from https://tc-test.dev.lcip.org/viewLog.html?buildId=60099&tab=buildResultsDiv&buildTypeId=FxaLatest_FunctionalTests:
|
After clicking the "cancel" button we were checking for the existence of the '#settings' element, which could have gone stale due to a re-render. Instead, ensure the delete panel details become hidden. fixes #3101
In mozilla#3104 support was added for the SKIP_MOCHA enviroment variable, if set, the mocha tests are skipped. SKIP_MOCHA is set on teamcity, but wasn't locally when running `npm run test-latest`, which allowed the mocha tests to run, and fail. issue mozilla#3101 issue mozilla#3104
Seen here: https://tc-test.dev.lcip.org/viewLog.html?buildId=60023&tab=buildResultsDiv&buildTypeId=FxaLatest_FunctionalTests as well as locally
STR
npm run test-latest -- --grep="delete_account - sign in, cancel delete account"
blocks #2877
The text was updated successfully, but these errors were encountered: