Skip to content

Commit

Permalink
Rename test files to match naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston committed Oct 15, 2024
1 parent 66509d8 commit bac02f2
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions injected/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export default defineConfig({
name: 'chrome',
testMatch: [
'integration-test/remote-pages.spec.js',
'integration-test/test-cookie.js',
'integration-test/test-fingerprint.js',
'integration-test/test-navigator-interface.js',
'integration-test/test-pages.js',
'integration-test/test-utils.js',
'integration-test/test-web-compat.js'
'integration-test/cookie.spec.js',
'integration-test/fingerprint.spec.js',
'integration-test/navigator-interface.spec.js',
'integration-test/pages.spec.js',
'integration-test/utils.spec.js',
'integration-test/web-compat.spec.js'
],
use: { injectName: 'chrome', platform: 'extension', ...devices['Desktop Chrome'] }
},
Expand Down

0 comments on commit bac02f2

Please sign in to comment.