Capgemini / Capgemini/powerapps-specflow-bindings
Subgrid Entity Steps have wrong xpath
- Dominant language
- C#
- Stars
- 42
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
## Describe the bug
The Step And I open the record at position '1' in the '2' subgrid and simillar steps seem to be broken. It searches for a div element with the subgrid name but when I look for it in Chrome Devtools , i only see a section tag. And it seems to be a subgrid number not name.
## To reproduce
Make a Scenario with a Subgrid Step.
## Expected behaviour
The Step should search for a section instead of a div. Also the step should maybe accept an int for a subgrid identifier instead of a name (Or I am missing something)
## Screenshots

## Environment (please complete the following information):
- Test framework NUnit
- Browser Chrome
- Version 100
- Power Apps environment version 2022 release wave 1
Database version
9.2.22033.00152
Contributor guide
Assessment
This issue has not been assessed yet.