Skip to content

Commit 3e724f9

Browse files
committed
update guided tour states option in test
1 parent fac5039 commit 3e724f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
POST_ID=$(wp-env run tests-cli wp post create wp-content/plugins/Stackable/e2e/config/post-content.txt --post_title="Existing Blocks" --post_status=publish --porcelain)
7979
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
8080
continue-on-error: true
81+
- name: Disable guided tours
82+
run: |
83+
TOUR_STATES='["design-system", "editor", "design-library"]'
84+
wp-env run tests-cli wp option update stackable_guided_tour_states "$TOUR_STATES" --format=json
8185
- name: Run playwright tests
8286
id: run-playwright-tests
8387
env:

0 commit comments

Comments
 (0)