Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsZeidler committed Nov 6, 2023
1 parent 219dd86 commit c913b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions de.urszeidler.shr5.rcptt.tests/freestyle-npc.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _s1RRgB_ZEeWSRorpcoiIvw
Runtime-Version: 2.5.2.202109092356
Save-Time: 10/4/21, 12:17 AM
Runtime-Version: 2.5.5.202305081357
Save-Time: 11/5/23, 11:01 PM
Tags: freestyle, character-generation, en
Testcase-Type: ecl

Expand All @@ -32,7 +32,7 @@ with [get-window -class WizardDialog] {
get-combo -after [get-label "Select campaign"] | select "Free Style Free Style Generator"
get-combo -after [get-label "Select Group"] | select "Character Group non player group"
}
get-window -class WizardDialog | get-label -after [get-label "Create a freestyle Generator"] | get-property text
get-window -class WizardDialog | get-editbox -after [get-label "Create a freestyle Generator"] | get-property text
| equals "Creates a freestyle generator object for creating a character without rules." | verify-true
get-window -class WizardDialog | get-button Finish | click
get-window -class WizardDialog | get-window "Switch Perspective"
Expand Down Expand Up @@ -238,7 +238,7 @@ with [get-window -class WizardDialog] {
*/
get-window -class WizardDialog | get-combo -after [get-label "Select campaign"]
| select "Free Style Free Style Generator"
get-window -class WizardDialog | get-label -after [get-label "Create a freestyle Generator"] | get-property text
get-window -class WizardDialog | get-editbox -after [get-label "Create a freestyle Generator"] | get-property text
| equals "Creates a freestyle generator object for creating a character without rules." | verify-true
with [get-window -class WizardDialog] {
get-button Finish | click
Expand Down

0 comments on commit c913b1f

Please sign in to comment.