Skip to content

Commit da62a3f

Browse files
remove timeout
1 parent 41350fe commit da62a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/pageObjects/components/explore-tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class ExploreTab {
99
redisStackTutorialsButton = Selector('[data-testid=accordion-button-redis_stack]');
1010
timeSeriesLink = Selector('[data-testid=accordion-button-ds-ts]');
1111
internalTimeSeriesLink = Selector('[data-testid=internal-link-ds-ts-ret-compact]');
12-
scrolledEnablementArea = Selector('[data-testid=enablement-area__page]', { timeout: 1000 });
12+
scrolledEnablementArea = Selector('[data-testid=enablement-area__page]');
1313
closeEnablementPage = Selector('[data-testid=enablement-area__page-close]');
1414
tutorialLinkField = Selector('[data-testid=tutorial-link-field]');
1515
tutorialLatestDeleteIcon = Selector('[data-testid^=delete-tutorial-icon-]').nth(0);

0 commit comments

Comments
 (0)