File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ set -e
18
18
19
19
export CYPRESS_HOST=$wp_host
20
20
21
+ # gutenberg - DO NOT move this from here as the number of charts in the library are being counted.
22
+ # so this HAS to be the first test.
23
+ docker exec $args visualizer_wordpress wp --quiet plugin deactivate classic-editor
24
+ export CYPRESS_SPEC_TO_RUN=" free-gutenberg.js"
25
+ npm run cypress:run
26
+
21
27
# test free - lifecycle
22
28
export CYPRESS_SPEC_TO_RUN=" free-lifecycle.js"
23
29
npm run cypress:run
@@ -26,7 +32,3 @@ npm run cypress:run
26
32
export CYPRESS_SPEC_TO_RUN=" free-sources.js"
27
33
npm run cypress:run
28
34
29
- # gutenberg
30
- docker exec $args visualizer_wordpress wp --quiet plugin deactivate classic-editor
31
- export CYPRESS_SPEC_TO_RUN=" free-gutenberg.js"
32
- npm run cypress:run
You can’t perform that action at this time.
0 commit comments