Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

E2E tests for Single Product Template #5722

Merged
merged 21 commits into from
Feb 21, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a8b493e
Add empty block theme to mock E2E tests
sunyatasattva Feb 3, 2022
9fe9c77
Install empty theme in the test WP instance
sunyatasattva Feb 3, 2022
3d30b3b
Utils and first two test cases
sunyatasattva Feb 3, 2022
fe97b69
Add should show action menu on customization
sunyatasattva Feb 3, 2022
2ea00c1
Add should show the user customization on the front end
sunyatasattva Feb 3, 2022
0b7447e
Make tests more stable
sunyatasattva Feb 4, 2022
4a7c773
Rename test file to `site-editing-templates`
sunyatasattva Feb 4, 2022
c9ab59f
Move utils from the test file to the utils file
sunyatasattva Feb 4, 2022
986fe83
Add test snapshot
sunyatasattva Feb 4, 2022
3831d92
Update `e2e-test-utils` to 6.0.1
sunyatasattva Feb 10, 2022
b90736c
Update package-lock
sunyatasattva Feb 10, 2022
fe4cc17
Test change [1]
sunyatasattva Feb 10, 2022
480e239
Use WordPress data instead of selectors to match blocks
sunyatasattva Feb 11, 2022
2fee131
Add log to debug CI
sunyatasattva Feb 11, 2022
8bdce97
Only compare the `template` property
sunyatasattva Feb 11, 2022
3963eab
Update snapshot
sunyatasattva Feb 11, 2022
a641c71
Refactor generic Pptr utils into own file
sunyatasattva Feb 21, 2022
fe5194b
Fix `visitSiteEditor` getting passed a string instead of an object fo…
sunyatasattva Feb 21, 2022
07b640d
Add newlines at the end of files
sunyatasattva Feb 21, 2022
3360e04
Merge branch 'trunk' into test/5656-fse-single-product
sunyatasattva Feb 21, 2022
765ef97
Update package-lock.json
sunyatasattva Feb 21, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"."
],
"themes": [
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip"
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
"./tests/mocks/emptytheme"
],
"mappings": {
".htaccess": "./bin/.htaccess"
Expand Down
Loading