wisp-schema 1.18.1 → 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: b9d3411fbc595aa647fcf055460fd227dba97d42fa5816a00b60f1382720245d
4
- data.tar.gz: e60b15bdd02d195863c7d676d4067ac7bb886ad098a517034c7b5cfc6cebc63c
3
+ metadata.gz: a64b79a1c451395656d95bcdf8fc0a77b9481222d21fac1d9a859a7cf6f37d81
4
+ data.tar.gz: 9edb567fa16352845dec9e806b2ea88f06c81705deaf7c744175b20fd03e64d0
5
5
  SHA512:
6
- metadata.gz: 3d1eaf2e24cca8843380d3b3eac50ee39abc146fe4a02ef5bf2b8acf837d2e513a973c3fc47e17eeed180615783e38cc6304c811ad4f44ff4b8c1f74ab5c3e6c
7
- data.tar.gz: d9ca83baa5269cc7ec61de050ed3e908aaca0abe20b0c7f93ed051fbd67af3353ac0434ebd1c0bfcc87ee89850760b4584d6c6a06b32f66e81df30810bc5d9b6
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.1"
5
- STABLE_VERSION = "1.18.1"
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/stable/verbs.json CHANGED
@@ -11,6 +11,7 @@
11
11
  {"$ref": "actions/conditional_observe.json"},
12
12
  {"$ref": "actions/double_click.json"},
13
13
  {"$ref": "actions/fill.json"},
14
+ {"$ref": "actions/generate_steps.json"},
14
15
  {"$ref": "actions/type.json"},
15
16
  {"$ref": "actions/send_key.json"},
16
17
  {"$ref": "actions/hover.json"},
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.1
4
+ version: 1.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Grodowski