Sha256: fcdc57b5c4d0c6d7a3e08050d61df8abdb5e60b4639c3d66e64d455caf80d70b

Contents?: true

Size: 826 Bytes

Versions: 14

Compression:

Stored size: 826 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

14 entries across 14 versions & 1 rubygems

Version Path
smalruby-editor-0.3.5-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.5 spec/steps/standalone_steps.rb
smalruby-editor-0.3.4-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.4 spec/steps/standalone_steps.rb
smalruby-editor-0.3.3-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.3 spec/steps/standalone_steps.rb
smalruby-editor-0.3.2-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.2 spec/steps/standalone_steps.rb
smalruby-editor-0.3.1-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.1 spec/steps/standalone_steps.rb
smalruby-editor-0.3.0-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.3.0 spec/steps/standalone_steps.rb
smalruby-editor-0.2.7-x86-mingw32 spec/steps/standalone_steps.rb
smalruby-editor-0.2.7 spec/steps/standalone_steps.rb