Ibes Mongabure

Results 11 comments of Ibes Mongabure

https://github.com/symfony/panther/issues/453

Thanks to this issue https://github.com/symfony/panther/issues/446#issuecomment-806621843, I succeeded to fill stripe's fields by doing this : ``` $myFrame = $client->findElement(WebDriverBy::cssSelector('#card-element iframe')); $client->switchTo()->frame($myFrame); $client->findElement(WebDriverBy::name('cardnumber'))->sendKeys("4242 4242 4242 4242"); $client->findElement(WebDriverBy::name('exp-date'))->sendKeys("0422"); $client->findElement(WebDriverBy::name('cvc'))->sendKeys("422"); $client->switchTo()->defaultContent(); ``` Don't...

[https://github.com/symfony/recipes-contrib/pull/1448](https://github.com/symfony/recipes-contrib/pull/1448)

I just searched a bit on my side, and it seems that the query returns duplicate products with different positions. It must come from writing joins, but I'm not expert...

@Rafikooo @GSadee I made a failing behat scenario to explain the case... https://github.com/ehibes/Sylius/tree/parent_taxon_product_position

Ok for the response but executing this scenario and testing header return `Behatch\Context\RestContext::theHeaderShouldContain() The header 'authorization' doesn't exist (OutOfBoundsException)` ``` @login Scenario: Create a result as admin When I add...

There is a context problem for sure, following features don't work either and return the same output : `Behatch\Context\RestContext::theHeaderShouldContain() The header 'authorization' doesn't exist (OutOfBoundsException)` ``` When I add "Content-Type"...

I found the bug. When I put `@logout` annotation anywhere in my features, the authorization header is missing, even if a `@login` annotation is present on next scenario. ``` /**...

I signed the Contributor Agreement, how to recheck it ?

Yes, I confirm that it was not merged. Can you reopen this pull request ?