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

EditableCellVerifyEnabled Method

Ověří zda-li je buňka Enabled/Disabled

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.DataGrid
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public virtual void VerifyEnabled(
	bool isEnabled = true
)

Parameters

isEnabled (Optional)
Type: SystemBoolean
přiznak určující, zda se ověřuje editovatelnost nebo needitovatelnost elementu
See Also