Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information