aspnetcore/src/Components/test/E2ETest/Tests
Pranav K 63baa06482
Use assertion library more consistently (#26519)
Using Browser.Exists is equivalent to Browser.FindElement except it provides better logs
and diagnostics when the assertion fails. The additional waits will also rule out
failures due to the browser taking time to update possibly improving stability.

I looked at the implementation of WebDriverWait to verify that using it will not
introduce additional delays to our tests.
2020-10-02 09:44:02 -07:00
..
AuthTest.cs
BinaryHttpClientTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
BindTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
BootResourceCachingTest.cs
CascadingValueTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
ClientRenderingMultpleComponentsTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
ClientSideHostingTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
ComponentRenderingTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
ErrorNotificationTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
EventBubblingTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
EventCallbackTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
EventTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
FormsTest.cs
GlobalizationTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
HostedInAspNetTest.cs
HttpClientTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
InputFileTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
InteropTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
JsonSerializationTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
KeyTest.cs
PerformanceTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
ProtectedBrowserStorageInjectionTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
RoutingTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
SignalRClientTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
StandaloneAppTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
StartupErrorNotificationTest.cs
VirtualizationTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
WebAssemblyAuthenticationTests.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
WebAssemblyConfigurationHostedTest.cs
WebAssemblyConfigurationTest.cs
WebAssemblyGlobalizationTest.cs
WebAssemblyICUShardingTest.cs
WebAssemblyLazyLoadTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
WebAssemblyLocalizationTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
WebAssemblyLoggingTest.cs Use assertion library more consistently (#26519) 2020-10-02 09:44:02 -07:00
WebAssemblyStringComparisonTest.cs