Skip to content

Commit 19a4086

Browse files
committed
update for time taken value
1 parent 0f1c683 commit 19a4086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/regression/workbench/import-tutorials.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const verifyCompletedResultText = async(resultsText: string[]): Promise<void> =>
2525
for (const result of resultsText) {
2626
await t.expect(workbenchPage.Toast.toastBody.textContent).contains(result, 'Bulk upload completed summary not correct');
2727
}
28-
await t.expect(workbenchPage.Toast.toastBody.textContent).notContains('0:00:00.00', 'Bulk upload Time taken not correct');
28+
await t.expect(workbenchPage.Toast.toastBody.textContent).notContains('0:00:00.000', 'Bulk upload Time taken not correct');
2929
await t.click(workbenchPage.Toast.toastSubmitBtn);
3030
};
3131

0 commit comments

Comments
 (0)