Remove page reload step definition

Apparently the step definition for the page reload gets reused from phoenix.
This commit is contained in:
Benedikt Kulmann
2020-08-21 16:27:30 +02:00
parent 8e011b7eb2
commit a2cca6391a
@@ -19,7 +19,3 @@ When('the user changes the role of user {string} to {string} using the WebUI', f
Then('the displayed role of user {string} should be {string} on the WebUI', function (username, role) {
return client.page.accountsPage().checkUsersRole(username, role)
})
When('the user reloads the current page of the webUI', function () {
return client.refresh()
})