-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Refactoring send-edit.spec.js to use fixtures #10792
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
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [f8c6543]
Page Load Metrics (568 ± 57 ms)
|
Builds ready [35b57d3]
Page Load Metrics (516 ± 50 ms)
|
Builds ready [f17bbde]
Page Load Metrics (556 ± 37 ms)
|
Gudahtt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This test seems a bit on the long side, but at least it's much shorter than before. Maybe we can split this up more later? Or consider re-introducing it blocks within a withFixtures block. But that can wait for another time.
| await driver.delay(regularDelayMs); | ||
| }); | ||
|
|
||
| it('has correct updated value on the confirm screen the transaction', async function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: It would be nice to at least preserve these descriptions as comments, to make these tests easier to understand.
165beab
Builds ready [165beab]
Page Load Metrics (537 ± 45 ms)
|
Fixes: #10772
Explanation:
run-all.shto use the new test file.