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

[Pangolin] Requested bug fixes #8

Merged
merged 4 commits into from
Oct 30, 2017
Merged

[Pangolin] Requested bug fixes #8

merged 4 commits into from
Oct 30, 2017

Conversation

okolesnyk
Copy link
Member

@okolesnyk okolesnyk commented Oct 30, 2017

Scope

Stories

  • MQE-456 [Generator] $persisted.data$ references break double quotes unnecessarily
  • MQE-455 Trying to fill input with "0" does not generate properly
  • MQE-463 [Generator] Bad output with Parameterized Persisted Unique data when using "selector1" and "selector2" attributes.
  • MQE-486 Action groups - errors with parameterized selectors and array data

Checklist

  • Jira issues have accurate summary, meaningful description and have links to relevant documentation at the story/task level
  • Static tests are green on latest commit
  • Changes to Framework doesn't have backward incompatible changes for tests or have related Pull Request with fixes to tests

- Changed resolveTestVariable to process each arg individually, as opposed to the whole string.
- fixed quote breaking issue.
- Added verification cest for persisted data replacement.
- changed if statement to is_null instead of empty, empty("0") = true
…ng selector1 and selector2 attributes

- Added addUniquenessFunctionCall to selector1/2 attributes.
…data

- fixed regexPattern for variables to include [] for cases like {{arg.street[0]}}
- added check for $variableName = null
- fixed camel casing issue with array key
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