Given the user 'Homer' with the email 'homer@simpson.com'
Given I am editing the user 'Homer'
Given I have entered the name ''
Given I have entered the email 'EatMyShorts@burns.com'
Then there should be no success message
Then the error message should be 'Could not update user. Missing data.'
Then I should still be editing the user 'Homer'
Then the editing name field should contain ''
Then the editing email field should contain 'EatMyShorts@burns.com'