Skip to content

Commit 758d4bb

Browse files
committed
Update snapshots
1 parent c4b13cf commit 758d4bb

4 files changed

+16
-0
lines changed

_tests/custom_tests/tests/__snapshots__/CompatibilityTest__test_multiple_tags_and_multiple_plugins_with_multiple_tags__1.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,26 @@ npx playwright test --trace on --config /qit/tests/e2e/qit-playwright.config.js
1111
Running E2E Tests
1212
Running 16 tests using 1 worker
1313
✓ 1 [db export] › scripts/db-export.js:5:5 › Database Export (TIME)
14+
=== Isolated Setup for woocommerce (Bash) ===
15+
[QIT] Finished bash script. Exit code: 0
1416
✓ 2 [setup] Woocommerce (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
1517
✓ 3 [setup] Woocommerce (JS) › woocommerce/self-test-multiple-test-tags/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
1618
✓ 4 [test] Woocommerce (Run) › woocommerce/self-test-multiple-test-tags/example.spec.js:9:5 › I can see my plugin menu (TIME)
1719
✓ 5 [db import]] › scripts/db-import.js:5:5 › Database Import (TIME)
20+
=== Isolated Setup for woocommerce (Bash) ===
21+
[QIT] Finished bash script. Exit code: 0
1822
✓ 6 [setup] Woocommerce (Shell) #2] › scripts/bash.js:5:5 › Bash Script (TIME)
1923
✓ 7 [setup] Woocommerce (JS) #2] › woocommerce/self-test-multiple-test-tags-another/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
2024
✓ 8 [test] Woocommerce (Run) #2] › woocommerce/self-test-multiple-test-tags-another/another-tag.spec.js:9:5 › I can see my plugin menu (TIME)
2125
✓ 9 [db import] #2 › scripts/db-import.js:5:5 › Database Import (TIME)
26+
=== Isolated Setup for woocommerce-amazon-s3-storage (Bash) ===
27+
[QIT] Finished bash script. Exit code: 0
2228
✓ 10 [setup] Amazon S3 Storage (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
2329
✓ 11 [setup] Amazon S3 Storage (JS) › woocommerce-amazon-s3-storage/self-test-multiple-test-tags/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
2430
✓ 12 [test] Amazon S3 Storage (Run) › woocommerce-amazon-s3-storage/self-test-multiple-test-tags/example.spec.js:9:5 › I can see my plugin menu (TIME)
2531
✓ 13 [db import] #3 › scripts/db-import.js:5:5 › Database Import (TIME)
32+
=== Isolated Setup for woocommerce-amazon-s3-storage (Bash) ===
33+
[QIT] Finished bash script. Exit code: 0
2634
✓ 14 [setup] Amazon S3 Storage (Shell) #2] › scripts/bash.js:5:5 › Bash Script (TIME)
2735
✓ 15 [setup] Amazon S3 Storage (JS) #2] › woocommerce-amazon-s3-storage/self-test-multiple-test-tags-another/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
2836
✓ 16 [test] Amazon S3 Storage (Run) #2] › woocommerce-amazon-s3-storage/self-test-multiple-test-tags-another/another-tag.spec.js:9:5 › I can see my plugin menu (TIME)

_tests/custom_tests/tests/__snapshots__/CompatibilityTest__test_sut_and_activate_additional__1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Moving must-use plugin of woocommerce-amazon-s3-storage /qit/tests/e2e/woocommer
77
npx playwright test --trace on --config /qit/tests/e2e/qit-playwright.config.js 2>&1
88
Running E2E Tests
99
Running 3 tests using 1 worker
10+
=== Isolated Setup for woocommerce-amazon-s3-storage (Bash) ===
11+
[QIT] Finished bash script. Exit code: 0
1012
✓ 1 [setup] Amazon S3 Storage (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
1113
✓ 2 [setup] Amazon S3 Storage (JS) › woocommerce-amazon-s3-storage/local/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
1214
✓ 3 [test] Amazon S3 Storage (Run) › woocommerce-amazon-s3-storage/local/example.spec.js:9:5 › I can see my plugin menu (TIME)

_tests/custom_tests/tests/__snapshots__/CompatibilityTest__test_sut_and_bootstrap_additional__1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Moving must-use plugin of woocommerce-amazon-s3-storage /qit/tests/e2e/woocommer
88
npx playwright test --trace on --config /qit/tests/e2e/qit-playwright.config.js 2>&1
99
Running E2E Tests
1010
Running 3 tests using 1 worker
11+
=== Isolated Setup for woocommerce-amazon-s3-storage (Bash) ===
12+
[QIT] Finished bash script. Exit code: 0
1113
✓ 1 [setup] Amazon S3 Storage (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
1214
✓ 2 [setup] Amazon S3 Storage (JS) › woocommerce-amazon-s3-storage/local/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
1315
✓ 3 [test] Amazon S3 Storage (Run) › woocommerce-amazon-s3-storage/local/example.spec.js:9:5 › I can see my plugin menu (TIME)

_tests/custom_tests/tests/__snapshots__/CompatibilityTest__test_sut_and_test_additional__1.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ npx playwright test --trace on --config /qit/tests/e2e/qit-playwright.config.js
99
Running E2E Tests
1010
Running 8 tests using 1 worker
1111
✓ 1 [db export] › scripts/db-export.js:5:5 › Database Export (TIME)
12+
=== Isolated Setup for woocommerce (Bash) ===
13+
[QIT] Finished bash script. Exit code: 0
1214
✓ 2 [setup] Woocommerce (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
1315
✓ 3 [setup] Woocommerce (JS) › woocommerce/self-test-sut-and-test-additional/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
1416
✓ 4 [test] Woocommerce (Run) › woocommerce/self-test-sut-and-test-additional/example.spec.js:9:5 › I can see my plugin menu (TIME)
1517
✓ 5 [db import]] › scripts/db-import.js:5:5 › Database Import (TIME)
18+
=== Isolated Setup for woocommerce-amazon-s3-storage (Bash) ===
19+
[QIT] Finished bash script. Exit code: 0
1620
✓ 6 [setup] Amazon S3 Storage (Shell) › scripts/bash.js:5:5 › Bash Script (TIME)
1721
✓ 7 [setup] Amazon S3 Storage (JS) › woocommerce-amazon-s3-storage/local/bootstrap/setup.js:11:5 › Isolated Setup (TIME)
1822
✓ 8 [test] Amazon S3 Storage (Run) › woocommerce-amazon-s3-storage/local/example.spec.js:9:5 › I can see my plugin menu (TIME)

0 commit comments

Comments
 (0)