fix(test): flaky test_point_of_sale
This commit is contained in:
parent
83ad8f9caa
commit
47fe87a72f
@ -25,7 +25,7 @@ class TestPointOfSale(unittest.TestCase):
|
|||||||
Test Stock and Service Item Search.
|
Test Stock and Service Item Search.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
pos_profile = make_pos_profile()
|
pos_profile = make_pos_profile(name="Test POS Profile for Search")
|
||||||
item1 = make_item("Test Search Stock Item", {"is_stock_item": 1})
|
item1 = make_item("Test Search Stock Item", {"is_stock_item": 1})
|
||||||
make_stock_entry(
|
make_stock_entry(
|
||||||
item_code="Test Search Stock Item",
|
item_code="Test Search Stock Item",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user