Skip to content

Commit a32bfb3

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

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
@@ -23,7 +23,7 @@ test('should be able to setup a subscription and import concepts', async ({ page
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)