Skip to content

Commit 5dd307c

Browse files
authored
Merge pull request #112 from AutomationSolutionz/action_disable_flip
Action disable flip
2 parents 0cf7522 + f2024d8 commit 5dd307c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# Version 15
4+
### [15.0.0] [January 21, 2022]
5+
- **[Change]** action_disable is flipped
6+
37
# Version 14
48
### [14.9.0] [January 21, 2022]
59
- **[Add]** Added **Python Expression** evaluation inside our `%||%` syntax

Framework/MainDriverApi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ def run_all_test_steps_in_a_test_case(
451451
all_action_data_set.append(action_dataset)
452452
dict = {}
453453
dict["Action disabled"] = True if action_info["action_disabled"] == False else False
454+
dict["Action disabled"] = not dict["Action disabled"]
454455
dict["Action name"] = action_info["action_name"]
455456
all_action_Info.append(dict)
456457
all_step_dataset.append(all_action_data_set)

Framework/Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[ZeuZ Python Version]
2-
version = 14.9.0
2+
version = 15.0.0
33
[Release Date]
44
date = January 21, 2022

0 commit comments

Comments
 (0)