Skip to content

Commit

Permalink
Fixed failing test case for cookie consent
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Jan 4, 2025
1 parent 15dd073 commit 717baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/t/1_test_cookie_consent.t
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ok($last_order_cookie, 'Last order cookie set properly');

# Change cookie preferences to reject
$sel->click_ok('header-account-menu-button');
$sel->click_ok('link=Cookies');
$sel->click_ok('//a[./span[@data-icon="cookie"]]');
$sel->wait_for_page_to_load(WAIT_TIME);
$sel->title_is('Cookie Settings');
$sel->click_ok('cookie-radio-preference-no');
Expand Down

0 comments on commit 717baab

Please sign in to comment.