garris / garris/BackstopJS

Scenario with hash fragment in URL does not create a screenshot

Open
#172 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
7.2k
Forks
621
PR merge metrics
No merged PRs in 30d

Description

This is the scenario:

```
"scenarios": [
...
{
"label": "Label",
"url": "https://some.url#somehash",
"selectors": [
"body"
],
"delay": "500",
"misMatchThreshold" : 0.1
},
...
]
```

I'm using SlimerJS as an engine. Browser renders the page correctly (scrolls to correct section) but there is no corresponding screenshot in `bitmaps_reference` after running the test

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.