Sha256: 095564c80ea47cc63aa090c0949b4acc4ac84031be02239491b4ce262bf69f3c
Contents?: true
Size: 940 Bytes
Versions: 33
Compression:
Stored size: 940 Bytes
Contents
Feature: Install LocomotiveCMS In order to get LocomotiveCMS working I want to create Admin account And first site With respect to chosen locale Scenario: Install Locomotive with Russian locale When I go to pages Then I should see "Create account" And I fill in the following: | Account name | Admin | | Email | admin@example.com | | account[password] | easyone | | account[password_confirmation] | easyone | When I press "Create account" Then I should see "Create your first site" And I fill in "FirstSite" for "Name" And I fill in "cool" for "Subdomain" And I select "Russian" from "Site locale" When I press "Create site" Then I should see "Войти" And I fill in the following: | Email | admin@example.com | | Пароль | easyone | When I press "Войти" Then I should see "Список страниц" And I should not see "Home page" And I should see "Стартовая страница"
Version data entries
33 entries across 33 versions & 2 rubygems