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
8b1cfe6c87
woocommerce
/
plugins
/
woocommerce-blocks
/
tests
/
e2e-pw
/
utils
/
go-to-shop.ts
6 lines
104 B
TypeScript
Raw
Blame
History
export
const
goToShop
=
(
)
=
>
{
page
.
goto
(
BASE_URL
+
'/shop'
,
{
waitUntil
:
'networkidle0'
,
}
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink