We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d14d49 commit a32bfb3Copy full SHA for a32bfb3
e2e/specs/openConceptLab.spec.ts
@@ -23,7 +23,7 @@ test('should be able to setup a subscription and import concepts', async ({ page
23
await openConceptLabPage.startImport();
24
});
25
26
- await test.step('Then the import results should show in the test report', async () => {
+ await test.step('Then the import results should appear in the test report', async () => {
27
await openConceptLabPage.goto();
28
await openConceptLabPage.previousImportsTab().click();
29
await expect(openConceptLabPage.previousImportsTable()).toHaveText(/\d+ items fetched/);
0 commit comments