wisp-schema 1.18.2 → 1.18.3

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
  SHA256:
3
- metadata.gz: fc7fb606d16e86d20a56a3bd59f0f59665fd0cab15603995ab7228c363bdd6b3
4
- data.tar.gz: 522b58ddbd38cba3a0ee601077699f4bfb3e1eb5e81de8af52895000bd451d25
3
+ metadata.gz: a64b79a1c451395656d95bcdf8fc0a77b9481222d21fac1d9a859a7cf6f37d81
4
+ data.tar.gz: 9edb567fa16352845dec9e806b2ea88f06c81705deaf7c744175b20fd03e64d0
5
5
  SHA512:
6
- metadata.gz: 866666d1aa61dab2b1eb9c0a20ffd97cc3ce8ddaea643518e15d44e1abf8d069a88ccd29fc9d6b3918eee6716b3d6d7c4521586668d2706f2168899ef017bcdd
7
- data.tar.gz: 1806d17021c4257fa8bd8446f0bac6681fcb6babc381b63da5f6d2462a512a25c5dce5b92ee03edc570ec33953c27e06e0d4909d2a869e8d26e99d70c8b2f431
6
+ metadata.gz: ea4a2c8abd3daa8a83f4494db87ce9a3d0f7d43342af37937ae5e314f6486cf6dac89cba2bc27e39591eb0ed908e908e0ed15326ea57c3b2cda3c5cadd39f5ad
7
+ data.tar.gz: 0b19b015a48513c166faccd48c3f8ca26e2a5c21fd11bc685af5febbc0187b7a2c17b04356484563ed971ce5a31e695f36324357a79ca08b080a327671886572
data/lib/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Wisp
4
- VERSION = "1.18.2"
5
- STABLE_VERSION = "1.18.2"
4
+ VERSION = "1.18.3"
5
+ STABLE_VERSION = "1.18.3"
6
6
  end
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "type": "object",
4
4
  "action_type": "assertion",
5
- "title": "Conditional Observe",
5
+ "title": "Conditional Block",
6
6
  "description": "Checks if element of the UI is visible or not to decide if the test should execute conditional block or not.",
7
7
  "properties": {
8
8
  "action": {
data/wisp.json CHANGED
@@ -232,7 +232,7 @@
232
232
  "conditional_observe": {
233
233
  "type": "object",
234
234
  "action_type": "assertion",
235
- "title": "Conditional Observe",
235
+ "title": "Conditional Block",
236
236
  "description": "Checks if element of the UI is visible or not to decide if the test should execute conditional block or not.",
237
237
  "properties": {
238
238
  "action": {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wisp-schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.2
4
+ version: 1.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski