-
Notifications
You must be signed in to change notification settings - Fork 973
Fix Advanced Ledger Panel tests (#6911) #7401
Conversation
@willy-b thanks for checking this out- The tests failed on travis-ci and also when I run them locally. I can always get the first test passing, but not the rest. Looking at the changes, I think there is more required to make these work... I'll take a look |
Looks like Travis is having other test failures preventing these from being run. Thanks. |
@willy-b i also got local test failures with
|
thanks for pasting the output, @diracdeltas. here's my output for the advanced payment panel tests in case it is useful in the meantime:
and regular payment panel tests for comparison:
|
Use the same timeout used elsewhere in the tests for waiting for initial payments tab load
now i get different failures:
|
Ouch. Looks like the first test (which was not changed) timed out this time. The rest depend on the recovery file generated by the first test and will generate path errors like what you see there if it fails. Are the Basic Payment Panel tests failing intermittently for you too? Thanks for testing this. |
I think this may be obsoleted by @NejcZdovc s work in #7642 |
no worries, this was fixing the old tests I wrote. |
for #6911
git rebase -i
to squash commits (if needed).Test Plan:
npm run uitest -- --grep 'Advanced payment panel tests'