s-shirayama
s-shirayama
@brendonbarreto Thanks for your suggestion. I've tried `I.waitForNavigation()` after `I.click('a')` But it doesn't solve the issue.. **Test Code** ``` Scenario('sample', (I) => { I.amOnPage('/'); I.click('a'); I.waitForNavigation(); I.waitForElement('#toIndex2'); }); ``` **Console...
I've tried 1.4.4. But it didn't solve this issue.
Hi, I used v2.13 as described in the description of this issue. > Basically, after changing the user, the connection is closed and the fallback modifies the replica count This...
Hi @JorTurFer , is there any update on this? I can provide more info if you need it, so please let me know in that case.
Hi @JorTurFer and @zroubalik, I found a similar issue on Kafka Scaler (v2.13.0) as well. So this could be not RabbitMQ scaler-specific issue. I expected fallback works with these steps...
Hi, is there any update on this? I can provide more details if needed. Thanks!