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

DetailComponentVerifyReactClassModifier Method

Ověřuje modifikace nad reactí komponentou

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntax
C#
protected void VerifyReactClassModifier(
	bool isModified,
	string XPathSelector,
	string classModifier,
	string message = null,
	int interval = 8
)

Parameters

isModified
Type: SystemBoolean
příznak udávající, jestli komponenta má nebo nemá danou modifikaci
XPathSelector
Type: SystemString
Selector pro element na kterém se bude ověřovat modifikace
classModifier
Type: SystemString
Hledaná modifikace elementu
message (Optional)
Type: SystemString
volitelná chybová hláška
interval (Optional)
Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also