Merge pull request #1875 from consul/admin-design

Admin design
This commit is contained in:
BertoCQ
2017-09-25 17:23:17 +02:00
committed by GitHub
8 changed files with 126 additions and 134 deletions

View File

@@ -20,7 +20,7 @@ feature "Admin custom images" do
end
expect(page).to have_css("tr.logo_header img[src*='logo_header.png']")
expect(page).to have_css("img[src*='logo_header.png']", count: 2) # one in the admin form an one in the page header
expect(page).to have_css("img[src*='logo_header.png']", count: 1)
end
scenario "Upload invalid image" do