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 committed Aug 23, 2024
1 parent fb12af5 commit 7e8997b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ 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 7e8997b

Please sign in to comment.