Sha256: 262013f50fd9fc70081b2a61fd8dd819341ef090da89dcaf6a11735601f9deb3

Contents?: true

Size: 829 Bytes

Versions: 6

Compression:

Stored size: 829 Bytes

Contents

# encoding: utf-8

step ":name としてログインする" do |name|
  step %{"#signin-button" をクリックする}
  step %{JavaScriptによるアニメーションが終わるまで待つ}
  step %{"signin-modal-username" に "#{name}" を指定する}
  step %{"#signin-modal-ok-button" をクリックする}
  step %{JavaScriptによるリクエストが終わるまで待つ}
  step %{JavaScriptによるアニメーションが終わるまで待つ}
end

step "ログインする" do
  step %{"1102" としてログインする}
end

step "ログアウトする" do
  step %{"#submenu-button" をクリックする}
  step %{サブメニューの "#signout-button" をクリックする}
  step %{JavaScriptによるリクエストが終わるまで待つ}
  step %{"#main-menu" に "ログイン" を含むこと}
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smalruby-editor-0.4.1-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.4.2-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.4.2 spec/steps/standalone_steps.rb
smalruby-editor-0.4.1 spec/steps/standalone_steps.rb
smalruby-editor-0.4.0-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.4.0 spec/steps/standalone_steps.rb