Skip to content

Commit 55167c0

Browse files
committed
Remove unused step.
1 parent 28ca5a0 commit 55167c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/step_definitions/importSteps.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,4 @@ When("user uploads Genotype Samples {string} file", async function (file) {
363363
'input[type="file"]',
364364
path.resolve(experimentsFolder, args1)
365365
);
366-
});
367-
368-
Then('user can see Import file extension supported are {string}', async function (s) {
369-
await importPage.assert.attributeEquals("@fileSelector", "accept", s);
370-
})
366+
});

0 commit comments

Comments
 (0)