We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f12db commit 7cd1b96Copy full SHA for 7cd1b96
1 file changed
spec/requests/organization_requests_spec.rb
@@ -55,9 +55,8 @@
55
56
get organization_path
57
58
- html = Nokogiri::HTML(response.body)
59
- expect(html.text).to include("Intake Center")
60
- expect(html.text).to include("Default Center")
+ expect(response.body).to include("Intake Center")
+ expect(response.body).to include("Default Center")
61
end
62
63
context "when enable_packs flipper is on" do
0 commit comments