Browse Source

fix(cypress): Added getSettled for getting nc-noco-brand-icon

pull/3801/head
Muhammed Mustafa 2 years ago committed by braks
parent
commit
4b7b1c94f6
  1. 2
      scripts/cypress/integration/common/00_pre_configurations.js

2
scripts/cypress/integration/common/00_pre_configurations.js

@ -169,7 +169,7 @@ export const genTest = (apiType, dbType) => {
function cy_createProjectBlock(proj, apiType, dbType) {
// click home button
cy.get(".nc-noco-brand-icon").click();
cy.getSettled(".nc-noco-brand-icon").click();
cy.get(".ant-table-content").then((obj) => {
// if project already created, open
// else, create a new one

Loading…
Cancel
Save