Follow naming conventions for HTML classes and IDs

We use underscores for IDs and hyphens for classes.
This commit is contained in:
Javi Martín
2018-10-15 17:49:41 +02:00
parent 08c043425a
commit dbea577062
8 changed files with 17 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ feature 'Cards' do
click_link "Edit"
end
within(".translatable_fields") do
within(".translatable-fields") do
fill_in "Label (optional)", with: "Card label updated"
fill_in "Title", with: "Card text updated"
fill_in "Description", with: "Card description updated"