feat(testing): Cleanup

This commit is contained in:
Muhammed Mustafa
2022-10-31 15:31:08 +05:30
parent 533bf1581a
commit a45c4339d8
16 changed files with 27 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ test.describe("Expanded form URL", () => {
await dashboard.rootPage.goto(
"/" + url.split("/").slice(3).join("/").split("?")[0] + "?rowId=999"
);
await dashboard.toastWait({ message: "Record not found" });
await dashboard.verifyToast({ message: "Record not found" });
// ensure grid is displayed after invalid URL access
await viewObj.verifyRowCount({ count: 25 });