Skip to content

Commit

Permalink
fix(selenium)L after july-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsyanik-ka committed Jul 28, 2021
1 parent e3af5e0 commit 5e26a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
describe 'Создание товара' do
context 'когда товар без рубрики' do
before(:all) do
@name = Faker::Number.number(digits: 5)
@name = Faker::Number.leading_zero_number(digits: 5)
@cs_eti_page.add_product
@cs_eti_page.set_name(@name)
@cs_eti_page.wait_saving
Expand Down

0 comments on commit 5e26a57

Please sign in to comment.