Use response.parsed_body for html response checks (#31750)
This commit is contained in:
@@ -342,7 +342,7 @@ RSpec.describe Auth::RegistrationsController do
|
||||
end
|
||||
|
||||
def username_error_text
|
||||
Nokogiri::Slop(response.body).css('.user_account_username .error').text
|
||||
response.parsed_body.css('.user_account_username .error').text
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user