Skip to content

Instantly share code, notes, and snippets.

@horie1024
Created June 14, 2016 03:42
Show Gist options
  • Save horie1024/263c20b0950569d4adf5e55eeb92ec01 to your computer and use it in GitHub Desktop.
Save horie1024/263c20b0950569d4adf5e55eeb92ec01 to your computer and use it in GitHub Desktop.
Feature: Setting feature
Scenario: ログインし「スタッフオススメコーデ」が画面内に表示されるまでスクロール
When I press "ログイン"
Then I see "Google+でログイン"
Then I see "Facebookでログイン"
Then I see "Twitterでログイン"
Then I enter text "TEST_ACCOUNT_USER_ID" into field with id "account_form"
Then I enter text "TEST_ACCOUNT_PASSWORD" into field with id "password_form"
Then I press view with id "login_button"
Then I see "もっと見る"
Then I scroll until I see the "スタッフオススメコーデ"
Scenario: ドロワーを開いて設定を開きログアウトする
When I press "Open navigation drawer"
Then I press "設定"
Then I scroll until I see the "ログアウトする"
Then I press "ログアウトする"
Then I see "ログアウト"
Then I press "ログアウト"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment