sambal-kuali 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/lib/sambal-kuali/pages/login_page.rb +2 -2
- data/sambal-kuali.gemspec +1 -1
- metadata +1 -2
- data/sambal-kuali-0.0.3.gem +0 -0
data/Gemfile.lock
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
class Login <
|
1
|
+
class Login < PageFactory
|
2
2
|
|
3
|
-
page_url "#{
|
3
|
+
page_url "#{$test_site}/portal.do?selectedTab=main"
|
4
4
|
|
5
5
|
element(:username_field) { |b| b.text_field(:name=>"j_username") }
|
6
6
|
element(:password_field) { |b| b.text_field(:name=>"j_password") }
|
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
|
+
s.version = '0.0.5'
|
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.
|
4
|
+
version: 0.0.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -101,7 +101,6 @@ files:
|
|
101
101
|
- lib/sambal-kuali.rb
|
102
102
|
- linux_headless_setup.sh
|
103
103
|
- README.md
|
104
|
-
- sambal-kuali-0.0.3.gem
|
105
104
|
- sambal-kuali.gemspec
|
106
105
|
homepage: https://github.com/rSmart
|
107
106
|
licenses: []
|
data/sambal-kuali-0.0.3.gem
DELETED
Binary file
|