0.5.8 - 2023-04-02
·
1790 commits
to master
since this release
Deprecated
#3748 [vividus-plugin-web-app] Align syntax of the step refreshing page
Deprecated step | Replacement |
---|---|
When I refresh the page | When I refresh page |
#3748 [vividus-plugin-web-app] Align syntax of the step validating page title
Deprecated step | Replacement pattern |
---|---|
Then the page title $comparisonRule '$text' | Then page title <comparisonRule> `<text>` |
Fixed
#3783 [vividus-plugin-web-app-to-rest-api] Fix NullPointerException
on adding browser cookie without expiry date to HTTP context
The affect step is When I set browser cookies to the API context
.
#3778 (Fixes #3705) Restore attachments when scenario-level fail-fast is enabled
Attachments are now published correctly when fail-fast at scenario level is enabled. The affected steps:
- steps scanning barcode
- database steps comparing datasets
- steps for interactions with archives
- steps comparing complex variables
#3559 [vividus-plugin-web-app] Fix scroll position check for window.scrollY
with decimal component
If the document is rendered on a subpixel-precise device, then the value of window.scrollY
is also subpixel-precise and may contain a decimal component. Previously it led to false-negative assertions on checks whether page is scrolled to an element.