Links, mainly...
This commit is contained in:
parent
fd42a3f173
commit
21ab02d647
69 changed files with 2258 additions and 155 deletions
|
|
@ -14,7 +14,7 @@ class ChecklistsTest < ApplicationSystemTestCase
|
|||
visit checklists_url
|
||||
click_on 'Checkliste hinzufügen'
|
||||
|
||||
fill_in_rich_text_area 'Details', with: @checklist.description
|
||||
fill_in_rich_text_area 'Details', with: @checklist.description_html
|
||||
fill_in 'Überschrift', with: @checklist.name
|
||||
click_on 'Checkliste erstellen'
|
||||
end
|
||||
|
|
@ -23,7 +23,7 @@ class ChecklistsTest < ApplicationSystemTestCase
|
|||
visit checklist_url(@checklist)
|
||||
click_on 'Checkliste bearbeiten', match: :first
|
||||
|
||||
fill_in_rich_text_area 'Details', with: @checklist.description
|
||||
fill_in_rich_text_area 'Details', with: @checklist.description_html
|
||||
fill_in 'Überschrift', with: @checklist.name
|
||||
click_on 'Checkliste aktualisieren'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue