We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a011045 commit 7d14d49Copy full SHA for 7d14d49
e2e/specs/openConceptLab.spec.ts
@@ -18,7 +18,7 @@ test('should be able to setup a subscription and import concepts', async ({ page
18
await openConceptLabPage.addOclSubscription();
19
});
20
21
- await test.step('And I starts and import', async () => {
+ await test.step('And I start an import', async () => {
22
await openConceptLabPage.importTab().click();
23
await openConceptLabPage.startImport();
24
0 commit comments