Finally, update system test for an end-to-end testing

This commit is contained in:
filipefurtad0
2023-07-24 14:31:27 +01:00
committed by Jean-Baptiste Bellet
parent d22566aa50
commit 04f83fbcce

View File

@@ -155,6 +155,8 @@ describe "Registration" do
page.find('.full_hub h3').click
click_button "Select and Continue"
expect(page).to have_content "Your profile live"
click_link "Manage My Awesome Enterprise"
expect(page).to have_checked_field "enterprise_visible_only_through_links"
end
context "when the user has no more remaining enterprises" do