 | AggregationRowVerifyAggregationRowCellsCount Method |
Ověří jestli má agregační řádek očekávaný počet buňěk s aplikačními atributmi.
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components.React.AggregationRow
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic void VerifyAggregationRowCellsCount(
int expected,
string message = null,
int interval = 8
)
Parameters
- expected
- Type: SystemInt32
Očekávaný počet buňěk - message (Optional)
- Type: SystemString
Chybová hláška - interval (Optional)
- Type: SystemInt32
doba v sekundách po kterou se má čekat na předanou akci
See Also