Closed dhananjey-oss closed 3 months ago
While the older version of the Taiko is working good with REPL. Now Im getting error in the VSCode while trying to use the same older version taiko script with Gauge.
I even tried downgrading the Gauge versions. But it did not help me.
Is there a test Salesforce app publicly available to reproduce this? It's going to be difficult without this since it's probably specific to the Salesforce application.
I understand that this used to work for you in an older version, but without being able to reproduce it, nobody can say what the issue is. click()
on a text(string)
generally works in taiko, so there's something about this application that is incompatible with 1.3.x
and not obvious.
Hi Marues - Anyone can sign up for their own Salesforce Dev Org from here https://developer.salesforce.com/signup
@dhananjey-oss I've created a dev instance, but I'm not seeing the same controls you refer to in your script. I'm trying to go through this manually to understand what the intent is.
I don't see things like "Technical Support". Maybe share your latest version or tell me if there are additional configuration that I need to do in order to reproduce this?
I also may not get to this until later this week. It's late now (10:15p local time) so I'll probably sign off for the night.
I understand that this used to work for you in an older version, but without being able to reproduce it, nobody can say what the issue is. click() on a text(string) generally works in taiko, so there's something about this application that is incompatible with 1.3.x and not obvious.
Agree with @marques-work.
In all, thanks @dhananjey-oss for pointing the error out and doing your best to share screenshots. But it's best to pick it up only when there is a clearly reproducible script that can be run locally and debugged.
Hi all,
I am facing same kind of issue with taiko@1.3.9. I have created a issue on the same My script is working on 1.2.8 but not on 1.3.9
https://github.com/getgauge/taiko/issues/2702
Is there any workaround for this? @zabil Please do needfull
Closing this as stale please check if this is fixed on version 1.4.1
*To Reproduce Steps (or script) to reproduce the behavior:
Logs
Expected behavior The script should write the text in the "Subject" textbox
Screenshots If applicable, add screenshots to help explain your problem.
Versions: The script works in Taiko 1.2.5. However, the same script throws error in the 1.3.4
Additional context I have attached the screen shot of working and non-working script from the working version and non-working version of Taiko Add any other context about the problem here.