File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ Given fetch field :path from previous JSON response
6060Given the response should contain the initial state :name with the following values:
6161Given the response should contain the initial state :name json that match with:
6262Given the following :appId app config is set
63- Given /^run the command "(?P<command>(?:[^"]|\\ ")*)"$/
63+ Given /^run the command "(?P<command>(?:[^"]|\" )*)"$/
6464Given the output of the last command should contain the following text:
6565Given the output of the last command should be empty
66- Given /^run the command "(?P<command>(?:[^"]|\\ ")*)" with result code (\d +)$/
67- Given /^run the bash command "(?P<command>(?:[^"]|\\ ")*)" with result code (\d +)$/
66+ Given /^run the command "(?P<command>(?:[^"]|\" )*)" with result code (\d +)$/
67+ Given /^run the bash command "(?P<command>(?:[^"]|\" )*)" with result code (\d +)$/
6868Given create an environment :name with value :value to be used by occ command
6969` ` `
7070
You can’t perform that action at this time.
0 commit comments