We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90da16 commit 61e3fb5Copy full SHA for 61e3fb5
addons/l10n_ar_pos/tests/test_pos_ar.py
@@ -51,5 +51,9 @@ def setUpClass(cls):
51
def test_basic_flow_ar(self):
52
self.product_a.available_in_pos = True
53
self.product_a.name = "A test product"
54
- self.main_pos_config.open_ui()
55
- self.start_pos_tour('PosARBaseFlow')
+ self.main_pos_config.with_user(self.pos_user).open_ui()
+ self.start_tour(
56
+ "/pos/ui/%d" % self.main_pos_config.id,
57
+ 'PosARBaseFlow',
58
+ login="pos_user",
59
+ )
0 commit comments