-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhancement/refactor smoke test #142
Conversation
…y be already deleted
…ns and reorder steps for export after update but still need some work there
3.17 Results on PR now https://filetransfer.io/data-package/tncWYOQg#link failed test is due to DB error (which shall be ignored) .. @wp-media/engineering-plugin-team can anyone please pull the branch and Note: sometimes and probably with low internet connection, tests may fail and timeout |
@Mai-Saad, same results as with you on my end, 7 passed 1 failed, but a different one. Test results below: |
A couple of failing tests because of the already existing table errors. So I'd say good on my side. A few notes:
|
It works on my side, with errors mentioned before by @MathieuLamiot . |
Description
This PR attempts to solve smoke test errors related to
this.page.waitForLoadState('load', { timeout: 30000 });
and refactor where needed for logicNote: still some tests are failing so it's WIP
Fixes #133 partially
Type of change
Detailed scenario
Sometimes tests are failing as
this.page.waitForLoadState('load', { timeout: 30000 });
timeout so here we replaced some of waitforload with assertion + some logic refactorTechnical description
Documentation
timeout:30000
in some places with an assertion and decreases wait time in other partsNew dependencies
No
Risks
No
Mandatory Checklist
Code validation
Code style
Additional Checks