feat(EdgeSupport): Add support for the chromium edge #35
Build #1.1.0-PullRequest0035.70 had test failures
Details
- Failed: 6 (14.29%)
- Passed: 32 (76.19%)
- Other: 4 (9.52%)
- Total: 42
Annotations
Check failure on line 1 in Sample.UITests.ElementSelection_Tests.ElementSelection_WithClass
azure-pipelines / Uno.UITest
Sample.UITests.ElementSelection_Tests.ElementSelection_WithClass
System.Exception : Error while performing WaitForElement(Class("DatePicker"), "Timed out waiting for element...", null, null, null)
----> System.TimeoutException : Timed out waiting for element...
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With[T] (System.Func`1[TResult] func, System.Object[] args, System.String memberName) [0x0005b] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp.WaitForElement (System.Func`2[T,TResult] query, System.String timeoutMessage, System.Nullable`1[T] timeout, System.Nullable`1[T] retryFrequency, System.Nullable`1[T] postTimeout) [0x00032] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Uno.UITest.Xamarin.XamarinApp.WaitForElement (System.Func`2[T,TResult] query, System.String timeoutMessage, System.Nullable`1[T] timeout, System.Nullable`1[T] retryFrequency, System.Nullable`1[T] postTimeout) [0x0000d] in <6f39d57db75e42d4aa27ab14bd7609f2>:0
at Sample.UITests.ElementSelection_Tests.ElementSelection_WithClass () [0x00144] in <a49f3248d3f746f0816a55d23bbd201c>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0
--TimeoutException
at Xamarin.UITest.Shared.WaitForHelper.WaitForAny[T] (System.Func`1[TResult] query, System.String timeoutMessage, System.Nullable`1[T] timeout, System.Nullable`1[T] retryFrequency, System.Nullable`1[T] postTimeout) [0x0001d] in <4092fe46d73f46ce8c6b4345ef4f4444>:0
at Xamarin.UITest.Android.AndroidApp+<>c__DisplayClass80_0.<WaitForElement>b__0 () [0x00054] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Utils.ErrorReporting.With[T] (System.Func`1[TResult] func, System.Object[] args, System.String memberName) [0x0000e] in <ced26b32ccce4c28aa705270e9d686b2>:0
Check failure on line 1 in Sample.UITests.Scroll_Tests.ScrollDownTo
azure-pipelines / Uno.UITest
Sample.UITests.Scroll_Tests.ScrollDownTo
System.Exception : Error while performing ScrollDownTo(Marked("Data_Item_20"), null, Auto, 0.67, 500, True, 00:01:00)
----> System.Exception : Timeout before element was found
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00052] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp.ScrollDownTo (System.Func`2[T,TResult] toQuery, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00042] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp.ScrollDownTo (System.String toMarked, System.String withinMarked, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00019] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Uno.UITest.Xamarin.XamarinApp.ScrollDownTo (System.String toMarked, System.String withinMarked, Uno.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0000e] in <6f39d57db75e42d4aa27ab14bd7609f2>:0
at Sample.UITests.Scroll_Tests.ScrollDownTo () [0x00080] in <a49f3248d3f746f0816a55d23bbd201c>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0
--Exception
at Xamarin.UITest.Android.AndroidGestures.ScrollToInternal (System.Func`1[TResult] toFound, Xamarin.UITest.Android.Scroll.IScrollInteraction interaction, Xamarin.UITest.ScrollDirection scrollDirection, System.TimeSpan timeout) [0x00057] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidGestures.ScrollTo (Xamarin.UITest.Queries.AppQuery to, Xamarin.UITest.Queries.AppQuery within, Xamarin.UITest.ScrollDirection scrollDirection, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0003a] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.SharedApp.ScrollDownTo (System.Func`2[T,TResult] toQuery, System.Double swipePercentage, System.Int32 swipeSpeed, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00023] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp+<>c__DisplayClass57_0.<ScrollDownTo>b__0 () [0x00000] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00006] in <ced26b32ccce4c28aa705270e9d686b2>:0
Check failure on line 1 in Sample.UITests.Scroll_Tests.ScrollDownTo
azure-pipelines / Uno.UITest
Sample.UITests.Scroll_Tests.ScrollDownTo
System.Exception : Error while performing ScrollDownTo(Marked("Data_Item_20"), null, Auto, 0.67, 500, True, 00:01:00)
----> System.Exception : Timeout before element was found
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00052] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.iOS.iOSApp.ScrollDownTo (System.Func`2[T,TResult] toQuery, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00042] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.iOS.iOSApp.ScrollDownTo (System.String toMarked, System.String withinMarked, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00019] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Uno.UITest.Xamarin.XamarinApp.ScrollDownTo (System.String toMarked, System.String withinMarked, Uno.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0000e] in <6f39d57db75e42d4aa27ab14bd7609f2>:0
at Sample.UITests.Scroll_Tests.ScrollDownTo () [0x00080] in <a49f3248d3f746f0816a55d23bbd201c>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0
--Exception
at Xamarin.UITest.iOS.iOSGestures.ScrollToInternal (System.Func`1[TResult] toFound, Xamarin.UITest.Queries.AppQuery withinQuery, Xamarin.UITest.ScrollDirection direction, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.TimeSpan timeout) [0x0003d] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.iOS.iOSGestures.ScrollTo (Xamarin.UITest.Queries.AppQuery toQuery, Xamarin.UITest.Queries.AppQuery withinQuery, Xamarin.UITest.ScrollDirection direction, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0001d] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.SharedApp.ScrollDownTo (System.Func`2[T,TResult] toQuery, System.Double swipePercentage, System.Int32 swipeSpeed, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00023] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.iOS.iOSApp+<>c__DisplayClass99_0.<ScrollDownTo>b__0 () [0x00000] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00006] in <ced26b32ccce4c28aa705270e9d686b2>:0
Check failure on line 1 in Sample.UITests.Scroll_Tests.ScrollUpTo
azure-pipelines / Uno.UITest
Sample.UITests.Scroll_Tests.ScrollUpTo
System.Exception : Error while performing ScrollUpTo(Marked("Data_Item_70"), null, Auto, 0.67, 500, True, 00:01:00)
----> System.Exception : Timeout before element was found
Raw output
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00052] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp.ScrollUpTo (System.Func`2[T,TResult] toQuery, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00042] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp.ScrollUpTo (System.String toMarked, System.String withinMarked, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00019] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Uno.UITest.Xamarin.XamarinApp.ScrollUpTo (System.String toMarked, System.String withinMarked, Uno.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0000e] in <6f39d57db75e42d4aa27ab14bd7609f2>:0
at Sample.UITests.Scroll_Tests.ScrollUpTo () [0x000aa] in <a49f3248d3f746f0816a55d23bbd201c>:0
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in <bab7d1a00376483b944db50cdc31e41d>:0
--Exception
at Xamarin.UITest.Android.AndroidGestures.ScrollToInternal (System.Func`1[TResult] toFound, Xamarin.UITest.Android.Scroll.IScrollInteraction interaction, Xamarin.UITest.ScrollDirection scrollDirection, System.TimeSpan timeout) [0x00057] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidGestures.ScrollTo (Xamarin.UITest.Queries.AppQuery to, Xamarin.UITest.Queries.AppQuery within, Xamarin.UITest.ScrollDirection scrollDirection, Xamarin.UITest.ScrollStrategy strategy, System.Double swipePercentage, System.Int32 swipeSpeed, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x0003a] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.SharedApp.ScrollUpTo (System.Func`2[T,TResult] toQuery, System.Double swipePercentage, System.Int32 swipeSpeed, System.Func`2[T,TResult] withinQuery, Xamarin.UITest.ScrollStrategy strategy, System.Boolean withInertia, System.Nullable`1[T] timeout) [0x00023] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Android.AndroidApp+<>c__DisplayClass55_0.<ScrollUpTo>b__0 () [0x00000] in <ced26b32ccce4c28aa705270e9d686b2>:0
at Xamarin.UITest.Utils.ErrorReporting.With (System.Action func, System.Object[] args, System.String memberName) [0x00006] in <ced26b32ccce4c28aa705270e9d686b2>:0