Skip to content
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

Fix evaluated values #18

Closed
wants to merge 3 commits into from

Conversation

davidlinse
Copy link
Contributor

This is an attempt to fix an issue described in SeleniumBuilder/se-builder#163
which allows comparison of evaluated values.

Example:

{
  "type": "verifyEval",
  "script": "return true;",
  "value": "true"
}

Before: Error: "true" does not match "true"
After: true

Maybe you'll want to have a look .. ?
The examples/tests/full_example.json runs fine ..

regards
~david

This is an attempt to fix an issue described in SeleniumBuilder/se-builder#163
which allows comparison of evaluated values.

Example:
{
  "type": "verifyEval",
  "script": "return true;",
  "value": "true"
}

Before: Error: "true" does not match "true"
After: true
@Zarkonnen Zarkonnen closed this Apr 9, 2014
@davidlinse
Copy link
Contributor Author

Hi, was there something wrong with this PR ?
regards
~david

@davidlinse davidlinse deleted the fix-evaluated-values branch April 13, 2014 11:07
@Zarkonnen
Copy link
Owner

AFAIK it's not needed because I fixed it up in a slightly different way. Let me know if I got that wrong!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants