Skip to content

Commit

Permalink
[DON'T MERGE] test-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Nov 22, 2024
1 parent 560febd commit 1b752da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
odoo-addon-product_configurator @ git+https://github.com/OCA/product-configurator.git@refs/pull/141/head#subdirectory=product_configurator
odoo-addon-product_configurator_sale @ git+https://github.com/OCA/product-configurator.git@refs/pull/142/head#subdirectory=product_configurator_sale
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
/** @odoo-module **/

import {registry} from "@web/core/registry";
import {stepUtils} from "@web_tour/tour_service/tour_utils";

registry.category("web_tour.tours").add("config", {
test: true,
url: "/shop",
sequence: 20,

steps: () => [
stepUtils.showAppsMenuItem(),

{
content: "search 2 series",
trigger: 'form input[name="search"]',
Expand Down

0 comments on commit 1b752da

Please sign in to comment.