Skip to content

Commit

Permalink
feature: add new_form_creation_spec and creation_page
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillGaliulin committed Sep 7, 2024
1 parent 205cdd0 commit 6826a8e
Show file tree
Hide file tree
Showing 3 changed files with 979 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/apress/selenium_products.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
require "#{gem_directory}/lib/pages/company_site/eti/popups/traits_popup"
require "#{gem_directory}/lib/pages/company_site/eti/popups/wholesale_price_popup"

# Мини-ЕТИ.
# Мини-ЕТИ
require "#{gem_directory}/lib/pages/company_site/mini_eti/mini_eti"
require "#{gem_directory}/lib/pages/company_site/mini_eti/pagination"

# Новая форма создания товара
require "#{gem_directory}/lib/pages/company_site/product_creation_page"
Loading

0 comments on commit 6826a8e

Please sign in to comment.