Fixed search e2es

This commit is contained in:
Vito Albano
2023-12-20 23:11:36 +00:00
committed by VitoAlbano
parent 6d6f716438
commit d2214b943e
5 changed files with 8 additions and 7 deletions

View File

@@ -318,6 +318,7 @@ describe('Search Number Range Filter', () => {
expect(await sizeRangeFilter.getFromNumber()).toEqual('');
expect(await sizeRangeFilter.getToNumber()).toEqual('');
await dataTable.waitTillContentLoaded();
const resultsSize = (await dataTable.geCellElementDetail('Size')) as ElementFinder[];
for (const currentResult of resultsSize) {
const currentSize = await BrowserActions.getAttribute(currentResult, 'title');