fix the clipboard testing and add test 40 back to the testing

This commit is contained in:
2026-01-01 20:46:03 -07:00
parent 4a3b968ee2
commit b91d387815
4 changed files with 22 additions and 13 deletions

View File

@@ -57,7 +57,7 @@ export default defineConfig({
// },
{
name: 'chromium',
testMatch: /^(?!.*\/(35-record-gift-from-image-share|40-add-contact)\.spec\.ts).+\.spec\.ts$/,
testMatch: /^(?!.*\/(35-record-gift-from-image-share)\.spec\.ts).+\.spec\.ts$/,
use: {
...devices['Desktop Chrome'],
permissions: ["clipboard-read"],
@@ -65,7 +65,7 @@ export default defineConfig({
},
{
name: 'firefox',
testMatch: /^(?!.*\/(35-record-gift-from-image-share|40-add-contact)\.spec\.ts).+\.spec\.ts$/,
testMatch: /^(?!.*\/(35-record-gift-from-image-share)\.spec\.ts).+\.spec\.ts$/,
use: { ...devices['Desktop Firefox'] },
},