sambal-kuali 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sambal-kuali (0.0.3)
4
+ sambal-kuali (0.0.4)
5
5
  test-factory (>= 0.0.2)
6
6
 
7
7
  GEM
@@ -3,9 +3,9 @@ class BasePage < PageFactory
3
3
  class << self
4
4
 
5
5
  def wrapper_elements
6
- crucial_element(:main_menu_el) { |b| b.link(title: "Main Menu") }
7
- crucial_element(:logout_el) { |b| b.button(value: "Logout") }
8
- crucial_element(:administration_el) { |b| b.link(title: "Administration") }
6
+ element(:main_menu_el) { |b| b.link(title: "Main Menu") }
7
+ element(:logout_el) { |b| b.button(value: "Logout") }
8
+ element(:administration_el) { |b| b.link(title: "Administration") }
9
9
 
10
10
  action(:home) { |b| b.link(text: "Home").click }
11
11
  action(:main_menu) { |p| p.main_menu_el.click }
@@ -24,8 +24,8 @@ class BasePage < PageFactory
24
24
  end
25
25
 
26
26
  def frame_element
27
- #crucial_element(:frm) { |b| b.frame(id: "iframeportlet") }
28
- crucial_element(:frm) { |b| b } #with iframe removed
27
+ #element(:frm) { |b| b.frame(id: "iframeportlet") }
28
+ element(:frm) { |b| b } #with iframe removed
29
29
  end
30
30
 
31
31
  def green_search_buttons
Binary file
data/sambal-kuali.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = 'sambal-kuali'
3
- s.version = '0.0.3'
3
+ s.version = '0.0.4'
4
4
  s.summary = %q{rSmart's test framework for testing Kuali Student}
5
5
  s.description = %q{This gem is used for creating test scripts for Kuali Student.}
6
6
  s.files = Dir.glob("**/**/**")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambal-kuali
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -101,6 +101,7 @@ files:
101
101
  - lib/sambal-kuali.rb
102
102
  - linux_headless_setup.sh
103
103
  - README.md
104
+ - sambal-kuali-0.0.3.gem
104
105
  - sambal-kuali.gemspec
105
106
  homepage: https://github.com/rSmart
106
107
  licenses: []