Mark DataQualityAndProfiler.spec as fixme (#22782)

Increase test timeout for AddTestNewFlow.spec
This commit is contained in:
Aniket Katkar 2025-08-06 20:30:42 +05:30 committed by GitHub
parent 451f1a7b06
commit 9e1b0d9c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 682 additions and 644 deletions

View File

@ -133,6 +133,8 @@ test.describe('Add TestCase New Flow', () => {
});
test('Add Table & Column Test Case', async ({ page }) => {
test.slow(true);
const testCaseDetails = {
testType: 'table row count to equal',
testTypeId: 'tableRowCountToEqual',