We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac5039 commit 3e724f9Copy full SHA for 3e724f9
.github/workflows/playwright.yml
@@ -78,6 +78,10 @@ jobs:
78
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)
79
echo "WP_TEST_POSTID=$POST_ID" >> $GITHUB_ENV
80
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
85
- name: Run playwright tests
86
id: run-playwright-tests
87
env:
0 commit comments