3 references to WaitTimeInMS
Microsoft.AspNetCore.Components.WebViewE2E.Test (3)
BasicBlazorHybridTest.cs (3)
184
Console.WriteLine($"Waiting for controlDiv to have value '{controlValueToWaitFor}', but it's still '{_latestControlDivValue}', so waiting {
WaitTimeInMS
}ms.");
185
await Task.Delay(
WaitTimeInMS
);
188
Console.WriteLine($"Waited {MaxWaitTimes *
WaitTimeInMS
}ms but couldn't get controlDiv to have value '{controlValueToWaitFor}' (last value is '{_latestControlDivValue}').");