Skip to content

Commit caec672

Browse files
committed
[O2B-1490] Update filterOnID test case in overview tests
Changed the filter input and expected results for a test case with filtering on env IDs. This is because test inputs following each other that result in the same number of rows in the table will cause incorrect functioning of the waitForTableLength whose job it is is to wait for the filter to be applied.
1 parent 00915ee commit caec672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/envs/overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ module.exports = () => {
317317
await filterOnID('.id-filter input', 'CmCvjNbg, TDI59So3d', ['CmCvjNbg', 'TDI59So3d']);
318318
await resetFilters(page);
319319

320-
await filterOnID('.id-filter input', 'DS', ['KGIS12DS', 'VODdsO12d']);
320+
await filterOnID('.id-filter input', 'j', ['CmCvjNbg', 'GIDO1jdkD', '8E4aZTjY', 'Dxi029djX']);
321321
await resetFilters(page);
322322
});
323323
};

0 commit comments

Comments
 (0)