We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1c683 commit 19a4086Copy full SHA for 19a4086
tests/e2e/tests/regression/workbench/import-tutorials.e2e.ts
@@ -25,7 +25,7 @@ const verifyCompletedResultText = async(resultsText: string[]): Promise<void> =>
25
for (const result of resultsText) {
26
await t.expect(workbenchPage.Toast.toastBody.textContent).contains(result, 'Bulk upload completed summary not correct');
27
}
28
- await t.expect(workbenchPage.Toast.toastBody.textContent).notContains('0:00:00.00', 'Bulk upload Time taken not correct');
+ await t.expect(workbenchPage.Toast.toastBody.textContent).notContains('0:00:00.000', 'Bulk upload Time taken not correct');
29
await t.click(workbenchPage.Toast.toastSubmitBtn);
30
};
31
0 commit comments