-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.3.4] "100% Invoiced" is omitting everything after %
#187
Comments
I've tried this with the following.
And implementation
And get the right results
My versions
The test passes and prints out the correct value (if i add a debug). Can you please provide an example step and implementation to replicate this? |
Closing for now. Will re-open if info about steps and implementation and versions are provided. |
Hey @zabil , I was on vacation - I'll try to extract an example incl. versions soon. Will post here once I get to it - thanks for the quick reply though! |
Seeing the same issue after upgrading to 1.3.4. Here are few details Gauge version: 1.6.7
|
Having the same issue with phone numbers :-( |
Planning to spend some time on this. Can you give me an example of the phone number format with this issue? (please use a fake number) |
Fixed via #191 |
Describe the bug
With 0.3.4 we see a bunch of issues on our test-suites. If we parse e.g.
100% Invoiced
to a step variable, then the parsed result is100
instead of the whole string100% Invoiced
.This snippet shows the "issue" with the parseFloat implementation
@lbockstaller
The text was updated successfully, but these errors were encountered: