mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:56:58 +00:00
test: wait for toast immediately after delete
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -488,11 +488,10 @@ export class _mainPage {
|
||||
// one of the row would contain seggregation header ('other views)
|
||||
if (5 == $tableRow[0].childElementCount) {
|
||||
cy.wrap($tableRow).find(".nc-icon").last().click();
|
||||
cy.wait(100);
|
||||
cy.toastWait("Deleted shared view successfully");
|
||||
}
|
||||
})
|
||||
.then(() => {
|
||||
cy.toastWait("Deleted shared view successfully");
|
||||
cy.getActiveModal()
|
||||
.find("button.ant-modal-close")
|
||||
.should("exist")
|
||||
|
||||
Reference in New Issue
Block a user