Click or drag to resize
Tesco SW, a.s.

ChartSettingsPanelVerifyCategoriesCountIsNotEmpty Method

ověří, že existuje alespoň jedna kategorie

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Panels
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
public void VerifyCategoriesCountIsNotEmpty(
	int timeoutInterval = 8,
	int waitingInterval = 100
)

Parameters

timeoutInterval (Optional)
Type: SystemInt32

[Missing <param name="timeoutInterval"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Panels.ChartSettingsPanel.VerifyCategoriesCountIsNotEmpty(System.Int32,System.Int32)"]

waitingInterval (Optional)
Type: SystemInt32

[Missing <param name="waitingInterval"/> documentation for "M:TescoSW.MW.UITests.Common.PageModel.Components.Panels.ChartSettingsPanel.VerifyCategoriesCountIsNotEmpty(System.Int32,System.Int32)"]

See Also