mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 20:07:50 +00:00
test(cypress): fix inconsistency- inaccessible DOM element due to pagination delay
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -11,6 +11,7 @@ export const genTest = (type, xcdb) => {
|
||||
describe(`Project pre-configurations`, () => {
|
||||
|
||||
it('Admin SignUp', () => {
|
||||
cy.task('log', 'This will be output to the terminal')
|
||||
cy.waitForSpinners();
|
||||
cy.signinOrSignup(roles.owner.credentials)
|
||||
cy.wait(2000)
|
||||
|
||||
Reference in New Issue
Block a user