Extension methods for table handling and using certain controls in the table

This commit is contained in:
2022-01-27 15:36:23 +01:00
parent c4adc1442b
commit b8d5b1fdcf
3 changed files with 143 additions and 0 deletions

View File

@ -42,6 +42,7 @@ namespace EATestProject
_homePage.CreateProduct();
_createProductPage.EnterProductDetails(product);
_homePage.PerformClickOnSpecialValue("Monitor", "Details");
}
[Theory, AutoData]