Skip to content

Commit 74c95af

Browse files
committed
Fixed the suggestions
1 parent a011045 commit 74c95af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/specs/openConceptLab.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ 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 starts an import', async () => {
2222
await openConceptLabPage.importTab().click();
2323
await openConceptLabPage.startImport();
2424
});
2525

26-
await test.step('Then the import results should show in the test report', async () => {
26+
await test.step('Then the import results should appear in the test report', async () => {
2727
await openConceptLabPage.goto();
2828
await openConceptLabPage.previousImportsTab().click();
2929
await expect(openConceptLabPage.previousImportsTable()).toHaveText(/\d+ items fetched/);

0 commit comments

Comments
 (0)