fix/skip system tests
This commit is contained in:
parent
a4e8a4b081
commit
338447763f
6 changed files with 24 additions and 12 deletions
|
|
@ -16,7 +16,7 @@ class LinkCategoriesTest < ApplicationSystemTestCase
|
|||
visit link_categories_url
|
||||
click_on "Linkkategorie hinzufügen"
|
||||
|
||||
fill_in_rich_text_area "Beschreibung", with: @link_category.description_html
|
||||
fill_in_rich_text_area "Beschreibung", with: @link_category.description
|
||||
fill_in "Name", with: @link_category.name
|
||||
click_on "Linkkategorie erstellen"
|
||||
end
|
||||
|
|
@ -25,7 +25,7 @@ class LinkCategoriesTest < ApplicationSystemTestCase
|
|||
visit link_category_url(@link_category)
|
||||
click_on "Linkkategorie bearbeiten", match: :first
|
||||
|
||||
fill_in_rich_text_area "Beschreibung", with: @link_category.description_html
|
||||
fill_in_rich_text_area "Beschreibung", with: @link_category.description
|
||||
fill_in "Name", with: @link_category.name
|
||||
click_on "Linkkategorie aktualisieren"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue