mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 06:56:47 +00:00
test(cypress): embeddable iFrame basic validation
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
@@ -317,6 +317,10 @@ export class _mainPage {
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
getIFrameCell = (columnHeader, cellNumber) => {
|
||||
return cy.iframe().find(`tbody > :nth-child(${cellNumber}) > [data-col="${columnHeader}"]`)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user