Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disabled outlined card #878

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

fix: disabled outlined card

c8b384e
Select commit
Loading
Failed to load commit list.
Open

fix: disabled outlined card #878

fix: disabled outlined card
c8b384e
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Azure Pipelines / Uno.Gallery - CI failed Aug 16, 2023 in 42m 10s

Build #1.5.1-PullRequest0878.1337 had test failures

Details

Tests

  • Failed: 25 (23.15%)
  • Passed: 56 (51.85%)
  • Other: 27 (25.00%)
  • Total: 108

Annotations

Check failure on line 19 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Build log #L19

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in Uno.Gallery.UITests.Given_Card_01.When_03_OutlinedCardWithMediaContentClick

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Uno.Gallery.UITests.Given_Card_01.When_03_OutlinedCardWithMediaContentClick

System.Exception : Error while performing Tap(All().Marked("Outlined_Card_Media_Content"))
  ----> System.Exception : Unable to tap element. Query for All().Marked("Outlined_Card_Media_Content") gave no results.
Raw output
   at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)
   at Xamarin.UITest.iOS.iOSApp.Tap(Func`2 query)
   at Uno.UITest.Xamarin.XamarinApp.Tap(Func`2 query)
   at Uno.UITest.Helpers.Queries.QueryExtensions.Tap(QueryEx query)
   at Uno.Gallery.UITests.Given_Card_01.When_03_OutlinedCardWithMediaContentClick() in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/Given_Card_01.cs:line 85
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--Exception
   at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass28_0.<Tap>b__0()
   at Xamarin.UITest.Utils.ErrorReporting.With(Action func, Object[] args, String memberName)

Check failure on line 1 in Uno.Gallery.UITests.Given_Card_01.When_04_ElevatedCardWithMediaContentClick

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Uno.Gallery.UITests.Given_Card_01.When_04_ElevatedCardWithMediaContentClick

System.Exception : Error while performing WaitForElement(Marked("AppShell"), "Timed out waiting for element...", null, null, null)
  ----> System.TimeoutException : Timed out waiting for element...
Raw output
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
   at Xamarin.UITest.iOS.iOSApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Xamarin.XamarinApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Helpers.Queries.Helpers.WaitUntilExists(QueryEx[] queries)
   at Uno.UITest.Helpers.Queries.QueryExtensions.WaitUntilExists(QueryEx query)
   at Uno.Gallery.UITests.TestBase.NavigateToSample(String sample, String design) in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/TestBase.cs:line 63
   at Uno.Gallery.UITests.Given_Card_01.When_04_ElevatedCardWithMediaContentClick() in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/Given_Card_01.cs:line 97
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--TimeoutException
   at Xamarin.UITest.Shared.WaitForHelper.WaitForAny[T](Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass58_0.<WaitForElement>b__0()
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)

Check failure on line 1 in Uno.Gallery.UITests.Given_Card_01.When_05_OutlinedCardWithMediaSupportingContent_SupplementalActionButtonClick

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Uno.Gallery.UITests.Given_Card_01.When_05_OutlinedCardWithMediaSupportingContent_SupplementalActionButtonClick

System.Exception : Error while performing WaitForElement(Marked("AppShell"), "Timed out waiting for element...", null, null, null)
  ----> System.TimeoutException : Timed out waiting for element...
Raw output
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
   at Xamarin.UITest.iOS.iOSApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Xamarin.XamarinApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Helpers.Queries.Helpers.WaitUntilExists(QueryEx[] queries)
   at Uno.UITest.Helpers.Queries.QueryExtensions.WaitUntilExists(QueryEx query)
   at Uno.Gallery.UITests.TestBase.NavigateToSample(String sample, String design) in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/TestBase.cs:line 63
   at Uno.Gallery.UITests.Given_Card_01.When_05_OutlinedCardWithMediaSupportingContent_SupplementalActionButtonClick() in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/Given_Card_01.cs:line 125
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--TimeoutException
   at Xamarin.UITest.Shared.WaitForHelper.WaitForAny[T](Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass58_0.<WaitForElement>b__0()
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)

Check failure on line 1 in Uno.Gallery.UITests.Given_Card_01.When_06_ElevatedCardWithSmallMedia_SupportingContentClick

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Uno.Gallery - CI

Uno.Gallery.UITests.Given_Card_01.When_06_ElevatedCardWithSmallMedia_SupportingContentClick

System.Exception : Error while performing WaitForElement(Marked("AppShell"), "Timed out waiting for element...", null, null, null)
  ----> System.TimeoutException : Timed out waiting for element...
Raw output
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)
   at Xamarin.UITest.iOS.iOSApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Xamarin.XamarinApp.WaitForElement(Func`2 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Uno.UITest.Helpers.Queries.Helpers.WaitUntilExists(QueryEx[] queries)
   at Uno.UITest.Helpers.Queries.QueryExtensions.WaitUntilExists(QueryEx query)
   at Uno.Gallery.UITests.TestBase.NavigateToSample(String sample, String design) in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/TestBase.cs:line 63
   at Uno.Gallery.UITests.Given_Card_01.When_06_ElevatedCardWithSmallMedia_SupportingContentClick() in /Users/runner/work/1/s/Uno.Gallery/Uno.Gallery.UITest/Given_Card_01.cs:line 174
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
--TimeoutException
   at Xamarin.UITest.Shared.WaitForHelper.WaitForAny[T](Func`1 query, String timeoutMessage, Nullable`1 timeout, Nullable`1 retryFrequency, Nullable`1 postTimeout)
   at Xamarin.UITest.iOS.iOSApp.<>c__DisplayClass58_0.<WaitForElement>b__0()
   at Xamarin.UITest.Utils.ErrorReporting.With[T](Func`1 func, Object[] args, String memberName)