Minor: Fixed AUT failure (#17607)

* Minor: update timeout for AUT in DI application

* minor test fix for DBT

(cherry picked from commit 4c354eabb28cd2168bdb8c2daa9d206e2444f55a)
This commit is contained in:
Shailesh Parmar 2024-08-28 14:28:10 +05:30 committed by Sachin Chaurasiya
parent b3bdea7bdd
commit b99078fb54
2 changed files with 3 additions and 5 deletions

View File

@ -248,12 +248,10 @@ class RedshiftWithDBTIngestionClass extends ServiceBaseClass {
.click();
cy.get(`[data-testid=${DBT.dataQualityTest1}]`)
.should('exist')
.should('be.visible')
.scrollIntoView()
.should('contain', DBT.dataQualityTest1);
cy.get(`[data-testid=${DBT.dataQualityTest2}]`)
.should('exist')
.should('be.visible')
.scrollIntoView()
.should('contain', DBT.dataQualityTest2);
});
}

View File

@ -20,7 +20,7 @@ setup.use({
});
setup.describe.configure({
timeout: process.env.PLAYWRIGHT_IS_OSS ? 150000 : 3600000,
timeout: process.env.PLAYWRIGHT_IS_OSS ? 150000 : 5600000,
});
setup(