Skip to content

Commit d147e66

Browse files
committed
[O2B-1517] Add table length wait after filter resets in tests
Confirm reset is finished before proceeding with further test actions. Issue with reset and debounce and assertions.
1 parent bd03df7 commit d147e66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/public/envs/overview.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ module.exports = () => {
442442
['eZF99lH6'],
443443
);
444444
await resetFilters(page);
445+
await waitForTableLength(page, 8, 10000);
445446

446447
await filterOnCreatedAt(
447448
periodInputsSelectors,
@@ -452,5 +453,6 @@ module.exports = () => {
452453
['GIDO1jdkD', '8E4aZTjY', 'Dxi029djX'],
453454
);
454455
await resetFilters(page);
456+
await waitForTableLength(page, 8, 10000);
455457
});
456458
};

0 commit comments

Comments
 (0)