mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 09:36:49 +00:00
test: scroll modal close button into view before click
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,10 @@ export class _settingsPage {
|
||||
}
|
||||
|
||||
closeMenu() {
|
||||
cy.getActiveModal().find(".nc-modal-close").click({ force: true });
|
||||
cy.getActiveModal()
|
||||
.find(".nc-modal-close")
|
||||
.scrollIntoView()
|
||||
.click({ force: true });
|
||||
}
|
||||
|
||||
openProjectMenu() {
|
||||
|
||||
Reference in New Issue
Block a user