Following my contribution to this thread Envoyer des SMS avec Gladys Plus I propose being able to integrate Free Mobile directly (in the Gladys way, i.e., with simplicity).
I know that currently it is possible to do this via Node-RED or via HTTP calls.
The only issue with switching to a « password » field is that the autocompletes then replace the data in it automatically with your Gladys password
Firefox is actually the worst about this — it doesn’t respect « autocomplete=off », so you have to use some pretty dirty hacks to stop it from putting the password everywhere ^^
So yeah, it’s good to set it as a password, but if it’s done poorly it creates more problems than it solves ^^
Except that on CI everything is slower, so it’s possible that on CI the send() function resolves while the API call hasn’t actually finished — worth checking whether the code is correct on that.
Greetings to both of you!
So no but yes ^^ as I recall I had big headaches with resets and timeouts in the tests. But I don’t remember if it was on this part.
Maybe @_Will_71 uses it the same way and that impacts the other… or I was the one who did it wrong… I admit that I can’t say for sure like this.
Don’t hesitate to tell me if needed, I’ll take the time to boot up my dev PC if there’s a kwak on my side (haven’t finished the renovations yet, but it’s progressing ^^)
I’d like you to take a look and give me a bit of guidance.
I’ve tried doing things but I haven’t been able to solve the problem.
I’m not yet comfortable with tests, so I probably have a reset issue somewhere.
@_Will_71 I rebased your branch, and I tested locally, I didn’t have the issue, we’ll see what it looks like on the CI
Edit: Ok the error is still there
Ok I think I know what it is, the two integrations set up the same stub and so it conflicts. You need to create a sandbox to prevent it from polluting other tests: