 | ChartSettingsPanelVerifyCategoryExists Method |
kontroluje existenci kategorie pod indexem
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.Panels
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic void VerifyCategoryExists(
int index,
bool exists,
int timeoutInterval = 8,
int waitingInterval = 100
)
Parameters
- index
- Type: SystemInt32
začíná od 1 včetně - exists
- Type: SystemBoolean
má / nemá existovat - timeoutInterval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci - waitingInterval (Optional)
- Type: SystemInt32
interval čekání mezi jednotlivými kontrolami v milisekundách
See Also