Fixed tests

Added new custom pages attribute to tests to make them run properly.
This commit is contained in:
María Checa
2017-07-02 22:13:40 +02:00
parent 8894ec4f7c
commit dca346bd4c
3 changed files with 14 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ feature "Admin custom pages" do
fill_in "site_customization_page_subtitle", with: "Page subtitle"
fill_in "site_customization_page_slug", with: "example-page"
fill_in "site_customization_page_content", with: "This page is about..."
select 'English', from:"site_customization_page_locale"
click_button "Create Custom page"