Skip to content

fix(Source): Use dynamic height instead of fixed height in pixels #2066

fix(Source): Use dynamic height instead of fixed height in pixels

fix(Source): Use dynamic height instead of fixed height in pixels #2066

GitHub Actions / Test Results failed May 9, 2024 in 0s

1 fail, 2 skipped, 63 pass in 44m 13s

  8 files  ±0    8 suites  ±0   44m 13s ⏱️ ±0s
 66 tests ±0   63 ✅ ±0   2 💤 ±0  1 ❌ ±0 
470 runs  ±0  445 ✅ ±0  24 💤 ±0  1 ❌ ±0 

Results for commit 5d68ad2. ± Comparison against earlier commit cf99b6b.

Annotations

Check warning on line 0 in Checking the changes of states after performing some operation on Camel Contexts page.

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 8 runs failed: Check the operations on Camel Context - Context actions and states - Example #1.2 (Checking the changes of states after performing some operation on Camel Contexts page.)

test-results/results-springboot-node(18)-java(21)-firefox/Cucumber.xml [took 23s]
Raw output
Element should have exact text "Suspended" {By.xpath: //td[normalize-space(text())='SampleCamel']//ancestor::tr/By.xpath: ./td[3]}
Element: '<td class>Started</td>'
Actual value: text="Started"
Screenshot: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1715258097346.5.png
Page source: file:/hawtio-test-suite/tests/hawtio-test-suite/build/reports/tests/1715258097346.5.html
Timeout: 20 s.
	at com.codeborne.selenide.impl.WebElementSource.handleError(WebElementSource.java:147)
	at com.codeborne.selenide.impl.WebElementSource.checkConditionAndReturnElement(WebElementSource.java:125)
	at com.codeborne.selenide.impl.WebElementSource.checkCondition(WebElementSource.java:102)
	at com.codeborne.selenide.commands.Should.execute(Should.java:30)
	at com.codeborne.selenide.commands.Should.execute(Should.java:14)
	at com.codeborne.selenide.commands.Commands.execute(Commands.java:162)
	at com.codeborne.selenide.impl.SelenideElementProxy.dispatchAndRetry(SelenideElementProxy.java:132)
	at com.codeborne.selenide.impl.SelenideElementProxy.invoke(SelenideElementProxy.java:84)
	at jdk.proxy2/jdk.proxy2.$Proxy31.shouldHave(Unknown Source)
	at io.hawt.tests.features.pageobjects.pages.camel.CamelPage.hasState(CamelPage.java:33)
	at io.hawt.tests.features.stepdefinitions.camel.CamelTableStepDefs.camelItemHasStateInCamelTable(CamelTableStepDefs.java:45)
	at ✽.Camel "SampleCamel" item has "Suspended" state in Camel table(classpath:io/hawt/tests/features//camel/contexts/camel_contexts.feature:5)

Given User is on "Camel" page...............................................passed
And Camel "SampleCamel" item has "Suspended" state in Camel table...........failed
When User selects "SampleCamel" item in Camel table.........................skipped
And User clicks on "Start" button in Camel table............................skipped
Then Camel "SampleCamel" item has "Started" state in Camel table............skipped