Skip to content

Commit

Permalink
Ensure we don't add quotes to the values we later want to find with j…
Browse files Browse the repository at this point in the history
…son path
  • Loading branch information
fhoeben committed Jun 6, 2017
1 parent 5814477 commit 86c3c54
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ To ensure we check the right results we will use a random name, which we will la

We define a random name, and comment, which will be used in front and backend part of the test.

|script |string fixture |
|$myName= |value of|!randomString (5) |
|$myComment=|value of|More !randomString (10)|
|script |string fixture |
|$myName= |value of|!randomString (10) (abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ)|
|$myComment=|value of|More !randomString (20) (abcdefghijklmnopqrstuvwxyz ä∆©>z@¶≤-) |


|storyboard |browser test |
Expand Down

0 comments on commit 86c3c54

Please sign in to comment.