Skip to content

Commit 10586fe

Browse files
committed
[FIX] pos_online_payment_self_order: remove unnecessary test flag from tour
In this commit: - Removed the `test: true` flag from the `test_kiosk_cart_restore_and_cancel` tour. - The flag is not required for tours and can cause issues when running in debug mode. - This issue only occurs in local environments when debug mode is enabled. - After this fix, no issue is generated in debug mode. closes odoo#234819 X-original-commit: 6cc6ab4 Signed-off-by: Adrien Guilliams (adgu) <adgu@odoo.com> Signed-off-by: Abhishek Khant (abhk) <abhk@odoo.com>
1 parent a8e0d6d commit 10586fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/pos_online_payment_self_order/static/tests/tours/pos_self_order_mobile_online_payment_tour.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ registry
6969
});
7070

7171
registry.category("web_tour.tours").add("test_kiosk_cart_restore_and_cancel", {
72-
test: true,
7372
steps: () => [
7473
Utils.clickBtn("Order Now"),
7574
ProductPage.clickProduct("Coca-Cola"),

0 commit comments

Comments
 (0)