Skip to content

Commit

Permalink
[FIX] pos_lot_barcode: fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
chaule97 authored and traitrantrobz committed Sep 9, 2024
1 parent 57cdcdb commit 9ae45ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pos_lot_barcode/static/tests/tours/LotScanning.tour.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ registry.category("web_tour.tours").add("LotScanningInsteadofInputTour", {
url: "/pos/ui",
steps: () =>
[
ProductScreen.confirmOpeningPopup(),
ProductScreen.clickHomeCategory(),
ProductScreen.clickDisplayedProduct("Lot Product 1"),
scan_barcode("10120000515"),
Expand Down
2 changes: 1 addition & 1 deletion pos_lot_selection/tests/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


@odoo.tests.tagged("post_install", "-at_install")
class TestLotScanning(TestPointOfSaleHttpCommon):
class TestLotSelection(TestPointOfSaleHttpCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
Expand Down
2 changes: 1 addition & 1 deletion pos_product_expiry/tests/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


@odoo.tests.tagged("post_install", "-at_install")
class TestLotScanning(TestPointOfSaleHttpCommon):
class TestLotProductExpiry(TestPointOfSaleHttpCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
Expand Down

0 comments on commit 9ae45ed

Please sign in to comment.