File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222sb .sleep (3.5 )
2323stop_button = '[data-testid="stop-button"]'
2424thumbs_up = 'button[data-testid*="-thumbs-up-"]'
25- sb .wait_for_element_absent (stop_button , timeout = 45 )
25+ sb .wait_for_element_absent (stop_button , timeout = 50 )
2626sb .wait_for_element (thumbs_up , timeout = 20 )
2727sb .sleep (0.6 )
2828sb .click ('button[data-testid*="scroll-to-bottom"]' )
Original file line number Diff line number Diff line change 2323 sb .sleep (3.5 )
2424 stop_button = '[data-testid="stop-button"]'
2525 thumbs_up = 'button[data-testid*="-thumbs-up-"]'
26- sb .wait_for_element_absent (stop_button , timeout = 45 )
26+ sb .wait_for_element_absent (stop_button , timeout = 50 )
2727 sb .wait_for_element (thumbs_up , timeout = 20 )
2828 sb .sleep (0.6 )
2929 sb .click ('button[data-testid*="scroll-to-bottom"]' )
You can’t perform that action at this time.
0 commit comments