Skip to content
Snippets Groups Projects
Commit e85cabdf authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

test: update test selectors

parent fea5f5f6
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ email = findTestObject('NewUser/email') ...@@ -61,7 +61,7 @@ email = findTestObject('NewUser/email')
WebUI.click(email) WebUI.click(email)
WebUI.setText(email, 'bogdan.cochior+1@thinslices.com') WebUI.setText(email, 'bogdan.cochior+author@thinslices.com')
roleDropDown = findTestObject('NewUser/roleDropDown') roleDropDown = findTestObject('NewUser/roleDropDown')
...@@ -81,7 +81,7 @@ lastName = findTestObject('NewUser/lastName') ...@@ -81,7 +81,7 @@ lastName = findTestObject('NewUser/lastName')
WebUI.click(lastName) WebUI.click(lastName)
WebUI.setText(lastName, 'Stegaru') WebUI.setText(lastName, 'Test')
affiliation = findTestObject('NewUser/affiliation') affiliation = findTestObject('NewUser/affiliation')
......
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