Unlike during local test runs, at the GitHub
The following behat scenario
PayOne: user select two items and pay via card using payunity
pased OK when being tested on local dev env (with exception related to #1).
However at the GitHub it fails at the step
And I click on "Visa" "text"
Does it migh indicate that GitHub prevents redirect to another site?
PS:
alternatives
And I wait until the page is ready
and
And I wait to be redirected
lead to the same failure
I have added some debugging code to my fork
Brandmane / clientid definitely have been transferred from github into code:
(details under this branch).
But even no expected sting to be displayed:
Unlike during local test runs, at the GitHub The following behat scenario
PayOne: user select two items and pay via card using payunity
pased OK when being tested on local dev env (with exception related to #1). However at the GitHub it fails at the stepAnd I click on "Visa" "text"
Does it migh indicate that GitHub prevents redirect to another site? PS: alternativesAnd I wait until the page is ready
andAnd I wait to be redirected
lead to the same failure