We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e8b6 commit 84ee82fCopy full SHA for 84ee82f
injected/integration-test/autofill-password-import.spec.js
@@ -5,7 +5,7 @@ import { ResultsCollector } from './page-objects/results-collector.js';
5
const HTML = '/autofill-password-import/index.html';
6
const CONFIG = './integration-test/test-pages/autofill-password-import/config/config.json';
7
8
-test.only('Password import feature', async ({ page }, testInfo) => {
+test('Password import feature', async ({ page }, testInfo) => {
9
const collector = ResultsCollector.create(page, testInfo.project.use);
10
await collector.load(HTML, CONFIG);
11
0 commit comments