Commit 19a7edd1 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'e2e-fix-trial-spec' into 'master'

Update trial page selectors to fix broken e2e tests

See merge request gitlab-org/gitlab!78265
parents 21a5ce7d 4dece685
......@@ -6,16 +6,13 @@ module QA
class New < Chemlab::Page
path '/-/trials/new'
# TODO: Supplant with data-qa-selectors
text_field :first_name, id: 'first_name'
text_field :last_name, id: 'last_name'
text_field :company_name, id: 'company_name'
select :number_of_employees, id: 'company_size'
text_field :telephone_number, id: 'phone_number'
select :country, id: 'country_select'
button :continue, value: 'Continue'
text_field :first_name
text_field :last_name
text_field :company_name
select :number_of_employees
text_field :telephone_number
select :country
button :continue
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment