test(cypress): embeddable iFrame basic validation

Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
Raju Udava
2021-11-16 19:12:43 +05:30
parent 36232fc2b8
commit 99e5df6c48
7 changed files with 56 additions and 9 deletions

View File

@@ -317,6 +317,10 @@ export class _mainPage {
})
})
}
getIFrameCell = (columnHeader, cellNumber) => {
return cy.iframe().find(`tbody > :nth-child(${cellNumber}) > [data-col="${columnHeader}"]`)
}
}