Skip to content

Allow Tax Rate=0

Allow Tax Rate=0 #1856

Triggered via pull request November 9, 2025 22:57
Status Failure
Total duration 14m 12s
Artifacts 3

build-and-test.yml

on: pull_request
Matrix: Build and Test (Linux) / Build and Test
Matrix: Build and Test (Windows) / Build and Test
Codespell  /  Codespell
18s
Codespell / Codespell
Lint Scripts, Styles, and Texts  /  Lint Scripts, Styles, and Texts
50s
Lint Scripts, Styles, and Texts / Lint Scripts, Styles, and Texts
post-pull-request-checks-automation  /  Post Pull Request Checks Automation
post-pull-request-checks-automation / Post Pull Request Checks Automation
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 12 warnings
OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests ► UnavailableProductInCartShouldPreventCheckout(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L124
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: class "checkout-unavailable" - Search time: 10.004s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests ► InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L148
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: XPath "//div[contains(., 'There are not enough Test Product left in stock.')]" - Search time: 10.017s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests ► PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/ProductTests/ProductBehaviorTests.cs#L66
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: CSS selector ".message-success" - Search time: 10.002s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
Build and Test (Linux) / Build and Test (ubuntu-24.04)
Process completed with exit code 1.
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L124
Atata.ElementNotFoundException: Unable to locate visible element: - By: class "checkout-unavailable" - Search time: 10.004s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.ExtendedSearchContext`1.Exists(By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__1() at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Exists(UITestContext context, By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass4_0.<CheckExistence>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.CheckExistence(UITestContext context, By by, Boolean exists) at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.VerifyCheckoutAvailabilityAsync(UITestContext context, Boolean cartMessageShouldExist, Boolean checkoutMessageShouldExist, Boolean navigate) in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs:line 124 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.<>c.<<UnavailableProductInCartShouldPreventCheckout>b__3_0>d.MoveNext() in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs:line 91 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/ProductTests/ProductBehaviorTests.cs#L66
Atata.ElementNotFoundException: Unable to locate visible element: - By: CSS selector ".message-success" - Search time: 10.002s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Get(UITestContext context, By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.SuccessMessageExists(UITestContext context, String matchText, Nullable`1 within) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.ShouldBeSuccess(UITestContext context, String matchText, Nullable`1 within) at OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.<>c.<<PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning>b__3_0>d.MoveNext() in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/ProductTests/ProductBehaviorTests.cs:line 66 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L148
Atata.ElementNotFoundException: Unable to locate visible element: - By: XPath "//div[contains(., 'There are not enough Test Product left in stock.')]" - Search time: 10.017s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.ExtendedSearchContext`1.Exists(By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__1() at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Exists(UITestContext context, By by) at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.AssertError(UITestContext context, String errorMessage, Boolean shouldExist) in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs:line 148 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UpdateCartAndAssertErrorsAsync(UITestContext context, Int32 quantity, String errorMessage, Boolean shouldExist) in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs:line 139 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.<>c.<<InventoryChecksOnCartUpdateShouldWorkProperly>b__2_0>d.MoveNext() in /home/runner/work/OrchardCore.Commerce/OrchardCore.Commerce/test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs:line 50 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests ► UnavailableProductInCartShouldPreventCheckout(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L124
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: class "checkout-unavailable" - Search time: 10.013s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests ► InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L148
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: XPath "//div[contains(., 'There are not enough Test Product left in stock.')]" - Search time: 10.006s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests ► PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/ProductTests/ProductBehaviorTests.cs#L66
Failed test found in: test/OrchardCore.Commerce.Tests.UI/TestResults/test-results.trx Error: Atata.ElementNotFoundException : Unable to locate visible element: - By: CSS selector ".message-success" - Search time: 10.011s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False}
Build and Test (Windows) / Build and Test (windows-2022)
Process completed with exit code 1.
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L124
Atata.ElementNotFoundException: Unable to locate visible element: - By: class "checkout-unavailable" - Search time: 10.013s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.ExtendedSearchContext`1.Exists(By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__1() at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Exists(UITestContext context, By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass4_0.<CheckExistence>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.CheckExistence(UITestContext context, By by, Boolean exists) at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.VerifyCheckoutAvailabilityAsync(UITestContext context, Boolean cartMessageShouldExist, Boolean checkoutMessageShouldExist, Boolean navigate) in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\InventoryTests\InventoryBehaviorTests.cs:line 124 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.<>c.<<UnavailableProductInCartShouldPreventCheckout>b__3_0>d.MoveNext() in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\InventoryTests\InventoryBehaviorTests.cs:line 91 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/InventoryTests/InventoryBehaviorTests.cs#L148
Atata.ElementNotFoundException: Unable to locate visible element: - By: XPath "//div[contains(., 'There are not enough Test Product left in stock.')]" - Search time: 10.006s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.ExtendedSearchContext`1.Exists(By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__1() at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.<>c__DisplayClass5_0.<Exists>b__0() at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.RetrieveWithRetriesIfStaleOrFail[T](UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Exists(UITestContext context, By by) at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.AssertError(UITestContext context, String errorMessage, Boolean shouldExist) in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\InventoryTests\InventoryBehaviorTests.cs:line 148 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UpdateCartAndAssertErrorsAsync(UITestContext context, Int32 quantity, String errorMessage, Boolean shouldExist) in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\InventoryTests\InventoryBehaviorTests.cs:line 139 at OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.<>c.<<InventoryChecksOnCartUpdateShouldWorkProperly>b__2_0>d.MoveNext() in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\InventoryTests\InventoryBehaviorTests.cs:line 50 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
ElementNotFoundException in OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome): test/OrchardCore.Commerce.Tests.UI/Tests/ProductTests/ProductBehaviorTests.cs#L66
Atata.ElementNotFoundException: Unable to locate visible element: - By: CSS selector ".message-success" - Search time: 10.011s - Search options: {Visibility=Visible, Timeout=5s, RetryInterval=0.5s, IsSafely=False} at Atata.ExtendedSearchContext`1.Find(By by) at Atata.LogManager.ExecuteSection[TResult](LogSection section, Func`1 function) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.<>c__DisplayClass6_0`1.<RetrieveWithRetriesIfStaleOrFail>b__0() at Atata.SafeWait`1.Until[TResult](Func`2 condition) at Lombiq.Tests.UI.Extensions.ReliabilityUITestContextExtensions.DoWithRetriesOrFail(UITestContext context, Func`1 process, Nullable`1 timeout, Nullable`1 interval) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.Get(UITestContext context, By by) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.SuccessMessageExists(UITestContext context, String matchText, Nullable`1 within) at Lombiq.Tests.UI.Extensions.ElementRetrievalUITestContextExtensions.ShouldBeSuccess(UITestContext context, String matchText, Nullable`1 within) at OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.<>c.<<PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning>b__3_0>d.MoveNext() in D:\a\OrchardCore.Commerce\OrchardCore.Commerce\test\OrchardCore.Commerce.Tests.UI\Tests\ProductTests\ProductBehaviorTests.cs:line 66 --- End of stack trace from previous location --- at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutionSession.ExecuteAsync(Int32 retryCount, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath) at Lombiq.Tests.UI.Services.UITestExecutor.ExecuteOrchardCoreTestInnerAsync(WebApplicationInstanceFactory webApplicationInstanceFactory, UITestManifest testManifest, OrchardCoreUITestExecutorConfiguration configuration, String dumpRootPath)
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.UnavailableProductInCartShouldPreventCheckout(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.PromotionTests.InventoryBehaviorTests.InventoryChecksOnCartUpdateShouldWorkProperly(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome) test failed 2 time(s) and will be retried. This may indicate it being flaky.
UI test may be flaky
The OrchardCore.Commerce.Tests.UI.Tests.ProductTests.ProductBehaviorTests.PriceEstimationWithMinimumOrderQuantityShouldNotShowWarning(browser: Chrome) test failed 1 time(s) and will be retried. This may indicate it being flaky.

Artifacts

Produced during runtime
Name Size Digest
dotnet-test-diagnostic-logs-.-Windows-X64-GitHub Actions 1002498808 Expired
779 KB
sha256:d033f01a2db7df486f465a9325a3098e5192d226aeaa5424e461b58167e588c7
ui-test-test-dump-.-Linux-X64-GitHub Actions 1002498809 Expired
47.5 MB
sha256:d4fe39c91cdce5f4ce35ee049763985824aac514df9c61ed1b675850646e94a7
ui-test-test-dump-.-Windows-X64-GitHub Actions 1002498808 Expired
44.4 MB
sha256:9fefa3b78e7088af96ea6f63bfad1df83ca64503bbbcd7f87397d5052766782d