Skip to content

Commit

Permalink
[FIX] pos_event_sale: Attempt to click on 'More...'
Browse files Browse the repository at this point in the history
  • Loading branch information
dal-adhoc authored and maq-adhoc committed Nov 1, 2024
1 parent 03da1eb commit 87fed76
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ odoo.define("pos_event_sale.tour.ProductScreenTourMethods", function (require) {
class DoExt extends Do {
clickAddEventButton() {
return [
{
content: "click 'More...' button",
trigger: "div.control-button:contains('More...')",
skip_trigger:
".control-buttons .control-button span:contains('Add Event')",
},
{
content: "click add event button",
trigger:
Expand Down

0 comments on commit 87fed76

Please sign in to comment.