Skip to content

Commit

Permalink
Fixing FP2 battery test
Browse files Browse the repository at this point in the history
When this test verifies if a p contains "informations complémentaires" it is case sensitive.
So we removed the "i" then it only checks if the p contains the rest of the string.
  • Loading branch information
loganSIO committed Sep 13, 2023
1 parent e7a5510 commit 99eb6f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ odoo.define("commown_self_troubleshooting.tour_fp2_battery", function(require) {
},
...commonSteps.funcAddMoreInfo("Please call me!\nQuick!"),
...commonSteps.funcCreateAndCheckTicket(
"informations complémentaires",
"nformations complémentaires",
"Please call me!\nQuick!"
),
]
Expand Down

0 comments on commit 99eb6f2

Please sign in to comment.