Follow naming conventions for HTML classes and IDs
We use underscores for IDs and hyphens for classes.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user