Skip to content

Commit 84ee82f

Browse files
committed
test: remove only
1 parent 4b0e8b6 commit 84ee82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/integration-test/autofill-password-import.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ResultsCollector } from './page-objects/results-collector.js';
55
const HTML = '/autofill-password-import/index.html';
66
const CONFIG = './integration-test/test-pages/autofill-password-import/config/config.json';
77

8-
test.only('Password import feature', async ({ page }, testInfo) => {
8+
test('Password import feature', async ({ page }, testInfo) => {
99
const collector = ResultsCollector.create(page, testInfo.project.use);
1010
await collector.load(HTML, CONFIG);
1111

0 commit comments

Comments
 (0)