udpated tests (#3617)
Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
This commit is contained in:
parent
6b7fcc4c5d
commit
a82c789c1a
|
|
@ -17,7 +17,7 @@ describe("Onboarding", function() {
|
|||
|
||||
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
||||
cy.wait(5000);
|
||||
|
||||
cy.get(".bp3-spinner-head").should("not.exist");
|
||||
cy.get(".t--start-building")
|
||||
.should("be.visible")
|
||||
.click({ force: true });
|
||||
|
|
|
|||
|
|
@ -1291,6 +1291,7 @@ Cypress.Commands.add("tableDataVisiblity", (endp, value) => {
|
|||
|
||||
Cypress.Commands.add("tableColumnDataValidation", (columnName) => {
|
||||
cy.get("[data-rbd-draggable-id='" + columnName + "']")
|
||||
.scrollIntoView()
|
||||
.first()
|
||||
.focus({ force: true })
|
||||
.should("be.visible");
|
||||
|
|
@ -1298,6 +1299,7 @@ Cypress.Commands.add("tableColumnDataValidation", (columnName) => {
|
|||
|
||||
Cypress.Commands.add("tableColumnPopertyUpdate", (colId, newColName) => {
|
||||
cy.get("[data-rbd-draggable-id='" + colId + "'] input")
|
||||
.scrollIntoView()
|
||||
.should("be.visible")
|
||||
.click({
|
||||
force: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user