garris / garris/BackstopJS

clickSelector Doesn't Work with Playwright

Open
#1,517 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.2k
Forks
621
PR merge metrics
No merged PRs in 30d

Description

Scenario:
```
{
"label": "Dashboard Configuration Menu Dropdown",
"cookiePath": "",
"url": "https://XXX.dashboard.XXX.co/",
"referenceUrl": "",
"readyEvent": "",
"readySelector": "",
"delay": 2000,
"hideSelectors": [],
"removeSelectors": [],
"hoverSelector": "",
"clickSelector": "[test-id=menu-button-config]",
"postInteractionWait": 2000,
"selectors": [],
"selectorExpansion": true,
"expect": 0,
"misMatchThreshold" : 0.1,
"requireSameDimensions": true
}
```

Screenshot capture is not with the button clicked. This selector is definitely the button:
![image](https://github.com/garris/BackstopJS/assets/2396250/8351f2e8-592a-4980-a8a3-121f2985c5d3)

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.