This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ccb2b478a
woocommerce
/
packages
/
js
/
admin-e2e-tests
/
typings
/
index.d.ts
3 lines
88 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Remove the preloaded onboarding options (https://github.com/woocommerce/woocommerce-admin/pull/7338) * Remove unused options * Remove preloade tracking option * Remove preloaded wc_connect_options * Remove preloaded modal options * Refactor requesting options into task list component * Remove preloaded dismissed and completed tasks * Add changelog entry * Wait for modal before attempting to dismiss * Attempt to make closing welcome modal more robust * Update the payment E2E tests to support new app flow * Update isResolving selectors to hasFinishedResolution Co-authored-by: Lourens Schep <lourensschep@gmail.com>
2021-08-10 18:58:01 +00:00
declare
module
'@woocommerce/e2e-environment'
;
Add task list and activity panel E2E tests (https://github.com/woocommerce/woocommerce-admin/pull/7509) * Add hide and show task list tests * The start to adding tests for the activity panel * Add activity panel tests and WP-API plugin on initialize * Update task list tests to be more flexible * Add changelog in package * Update the re-enable task list logic to be more robust * Use a more generic selector * Make sure task list is shown in previous test * Add test screenshot * Remove screenshot and update logic * Address PR feedback
2021-09-03 11:21:43 +00:00
declare
module
'@woocommerce/e2e-utils'
;