mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
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:
parent
b3bdea7bdd
commit
b99078fb54
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user