 | DropDownGraphVerifyDropdownGraphContainsText Method |
ověří, že v dropdownu je/není tlačítko s daným textem
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.DropDown
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntaxpublic void VerifyDropdownGraphContainsText(
string text,
bool isEqual = true
)
Parameters
- text
- Type: SystemString
text k porovnání - isEqual (Optional)
- Type: SystemBoolean
text má/nemá být roven
See Also