 | NotificationActionVerifyNotificationVisible Method |
Ověří viditelnost notifikační tečky u tlačítka
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.DetailComponents
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic void VerifyNotificationVisible(
bool isVisible = true,
int interval = 8,
string message = null
)
Parameters
- isVisible (Optional)
- Type: SystemBoolean
True zda ověřuje, že je viditelná jinak false - interval (Optional)
- Type: SystemInt32
Timeout čekání na ověření - message (Optional)
- Type: SystemString
Chybová hláška
See Also