Adds styles to admin progress bars views

This commit is contained in:
decabeza
2019-01-08 18:21:16 +01:00
parent dfdf0b0636
commit 7c0fb96b02
8 changed files with 58 additions and 21 deletions

View File

@@ -42,6 +42,7 @@ shared_examples "progressable" do |factory_name, path_name|
expect(page).to have_content "Progress bar created successfully"
expect(page).to have_content "43%"
expect(page).to have_content "Primary"
expect(page).to have_content "Primary progress bar"
end
scenario "Secondary progress bar", :js do