spreewald 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 415633e7a052e115f9212a4cff6afd6a6aa248d8
|
4
|
+
data.tar.gz: acaba4221f5ee0fc9eb876ce7f0b9fed31d93d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aada1464402a29e3bfb0ad168821a48a4cfe9c65376a48ec33cadbb32237d45b28518de6ee02c888d2297c634f366fdc379a5c9bdb0464e5d5d8e005c1f25be3
|
7
|
+
data.tar.gz: 26bfef269fdc97e9110690bc4583baf944707d1aa6c27fd0cdbd579240f8e788636feecfdeb0834f995df72196b75026da22b26e41661a9c1105c6b77b7db5dd
|
data/lib/spreewald/web_steps.rb
CHANGED
@@ -492,7 +492,7 @@ end
|
|
492
492
|
# Then I should not see a sidebar element
|
493
493
|
# Then I should see the Twitter timeline element
|
494
494
|
#
|
495
|
-
Then /^I should (not )?see (?:(?:a |an |the )?("[^"]+")|(.*?)) element$/ do |negate, locator_with_quotes, locator_without_quotes|
|
495
|
+
Then /^I should (not )?see (?:(?:a |an |the )?("[^"]+")|([^"].*?)) element$/ do |negate, locator_with_quotes, locator_without_quotes|
|
496
496
|
expectation = negate ? :should_not : :should
|
497
497
|
selector = _selector_for(locator_with_quotes || locator_without_quotes)
|
498
498
|
patiently do
|