Skip to content

Commit 7d14d49

Browse files
Update e2e/specs/openConceptLab.spec.ts
Co-authored-by: Piumal Rathnayake <piumal1999@gmail.com>
1 parent a011045 commit 7d14d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/specs/openConceptLab.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test('should be able to setup a subscription and import concepts', async ({ page
1818
await openConceptLabPage.addOclSubscription();
1919
});
2020

21-
await test.step('And I starts and import', async () => {
21+
await test.step('And I start an import', async () => {
2222
await openConceptLabPage.importTab().click();
2323
await openConceptLabPage.startImport();
2424
});

0 commit comments

Comments
 (0)