Commit c88f2a2
fix: asserting sub-grid count when there are 0 actual rows (#139)
* Bug: Fixed issue in EntitySubGridSteps.cs by bypassing GetSubGridItemsCount as it fails for zero items (line 116)
* Bug: Fixed, Added missing test that was only present in the corresponding Gherkin test file to the LookupSteps.cs file (line 127 onwards)
* Updated Selenium to latest version
* Reverted the code in LookupSteps.cs as it was before
* Added an EasyRepro link related to code that was not working.
Commented out some code from EasyRepro and included the relevant link on GitHub relating to the issue.
Co-authored-by: Tom Ashworth <tom.ashworth@capgemini.com>1 parent 4ce4d28 commit c88f2a2
File tree
2 files changed
+7
-2
lines changed- bindings
- src/Capgemini.PowerApps.SpecFlowBindings/Steps
- tests/Capgemini.PowerApps.SpecFlowBindings.UiTests
2 files changed
+7
-2
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments