Skip to content
Snippets Groups Projects
Commit 4fecb29c authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] website_sale, website_event_sale: updated tests according to the new dom...

[FIX] website_sale, website_event_sale: updated tests according to the new dom of the checkout page introduced in pull request 232
parent b5a7156f
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
{
title: "Pay Now",
waitFor: '#payment_method label:has(input:checked):has(img[title="Wire Transfer"])',
element: '.oe_sale_acquirer_button .btn[name="submit"]:visible',
element: '.oe_sale_acquirer_button .btn[type="submit"]:visible',
},
{
title: "finish",
......
......@@ -78,7 +78,7 @@
{
title: "Pay Now",
waitFor: '#payment_method label:has(input:checked):has(img[title="Wire Transfer"])',
element: '.oe_sale_acquirer_button .btn[name="submit"]:visible',
element: '.oe_sale_acquirer_button .btn[type="submit"]:visible',
},
{
title: "finish",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment