Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Blocks] Migrate stock filter to playwright (woocommerce#46580)
* try db reset in page teardown * move reset to setup step * Use wp db cli * Fix global setup That part is overriding the logged in user state and wipes out the nonce and rootUrl fields. * Try importing instead from a generated dump * Revert "Try importing instead from a generated dump" This reverts commit 987dc47. * Revert "Revert "Try importing instead from a generated dump"" This reverts commit c8d008c. * Don't bypass visitSiteEditor so that the Welcome Guide is closed * use createNewPost * Revert "Revert "Revert "Try importing instead from a generated dump""" This reverts commit 2684273. * [Blocks]: Fix E2E tests (woocommerce#46344) * Load local pickup enabled setting as bool not string * Add changelog * Remove unused import * Update plugins/woocommerce-blocks/assets/js/extensions/shipping-methods/pickup-location/utils.ts Co-authored-by: Niels Lange <[email protected]> * Use strict equality test * try now * try now * add a new sql file * remove default.sql * fix welcome guide tour * fix E2E tests * Fix the template revert tests ...where the template is unreachable due to pagination. * Add changelog entry * improve logic to closeWelcomeGuideModal * fix cart checkout tests * improve flakiness * improve flakiness * fix flaky test * fix company field * fix E2E test * fix E2E tests --------- Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Niels Lange <[email protected]> Co-authored-by: Bart Kalisz <[email protected]> * Replace beforeAll w/ beforeEach + remove all after* hooks * Fix broken hooks * Activate plugins via requestUtils API * [Blocks - E2E]: Add `playwright/no-hooks` ESlint rule (woocommerce#46432) add ESLint configuration * Clean up console logs * Remove obsolete language setup steps * Remove more unnecessary setup steps * Remove even more obsolete setup steps * tmp: add the LYS fix * Try stabilizing the company field test * Use canvas param instead of manually entering edit mode * Blocks: Migrate stock filter to playwright * Add changefile(s) from automation for the following project(s): woocommerce-blocks * Remove double site editor redirect * remove not necessary file * fix test * Revert "Use canvas param instead of manually entering edit mode" This reverts commit 5e6cc17. * Revert "Remove double site editor redirect" This reverts commit 69a57a8. * Fix flaky products sorting test * Blocks: Fix ESLint errors (woocommerce#46595) fix eslint error * improve E2E tests * fix test * Fix ESLint errors (woocommerce#46626) * Fix ESLint errors * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <[email protected]> * address feedback --------- Co-authored-by: Bart Kalisz <[email protected]> Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Thomas Roberts <[email protected]> Co-authored-by: Niels Lange <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information