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

MSLOVVerifyEnabled Method

Ověří, zda je MSLOV aktivní, tedy není ve stavu ReadOnly

Namespace:  TescoSW.MW.UITests.Common.PageModel.Components.Frames
Assembly:  TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 15.2.7099.36746
Syntax
C#
public void VerifyEnabled(
	bool enabled = true,
	string message = null
)

Parameters

enabled (Optional)
Type: SystemBoolean
Určuje zda se má ověřit aktivnost nebo neaktivnost
message (Optional)
Type: SystemString
Volitelná chybová zpráva
See Also