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 c47c37e commit c42a2e9Copy full SHA for c42a2e9
spec/system/admin_update_spec.rb
@@ -8,7 +8,7 @@
8
9
before { sign_in(admin) }
10
11
- it "displays the admin update page with the right respositories" do
+ xit "displays the admin update page with the right respositories" do
12
visit("/admin/update")
13
14
expect(page).to have_css("h3", exact_text: I18n.t("js.admin.docker.update_title"))
0 commit comments