KrailOrg / krail-testApp

1 stars 0 forks source link

Failed tests #18

Closed davidsowerby closed 7 years ago

davidsowerby commented 7 years ago

Check these for failures in test or test build before recording as Krail bugs

uk.q3c.krail.testApp.test.login.LoginTest > loginLogout FAILED org.openqa.selenium.StaleElementReferenceException at LoginTest.java:68 Caused by: org.openqa.selenium.StaleElementReferenceException

uk.q3c.krail.testApp.test.OptionPopupTest > openUIOptionsWithViewOptionsOpen FAILED org.openqa.selenium.NoSuchElementException at OptionPopupTest.java:183

uk.q3c.krail.testApp.test.navigate.NavigationTest > selectPath FAILED org.openqa.selenium.StaleElementReferenceException at NavigationTest.java:275 Caused by: org.openqa.selenium.StaleElementReferenceException

uk.q3c.krail.testApp.test.navigate.NavigationTest > navigateToUnauthorisedPage FAILED org.junit.ComparisonFailure at NavigationTest.java:105

uk.q3c.krail.testApp.test.navigate.NavigationTest > navigateFromTree FAILED org.openqa.selenium.StaleElementReferenceException at NavigationTest.java:81 Caused by: org.openqa.selenium.StaleElementReferenceException

uk.q3c.krail.testApp.test.NotifyTest > notifyWarning FAILED org.openqa.selenium.WebDriverException at NotifyTest.java:93

uk.q3c.krail.testApp.test.NotifyTest > notifyInformation FAILED org.openqa.selenium.WebDriverException at NotifyTest.java:111

41 tests completed, 7 failed, 2 skipped

davidsowerby commented 7 years ago

Retested with Vaadin TestBench at 4.0.3 and only the one failure:

uk.q3c.krail.testApp.test.navigate.NavigationTest > navigateToUnauthorisedPage FAILED org.junit.ComparisonFailure at NavigationTest.java:105

davidsowerby commented 7 years ago

Manual test passed

uk.q3c.krail.testApp.test.login.LoginTest > loginLogout FAILED org.openqa.selenium.StaleElementReferenceException at LoginTest.java:68 Caused by: org.openqa.selenium.StaleElementReferenceException

davidsowerby commented 7 years ago

Manual test passed

uk.q3c.krail.testApp.test.OptionPopupTest > openUIOptionsWithViewOptionsOpen FAILED org.openqa.selenium.NoSuchElementException at OptionPopupTest.java:183

davidsowerby commented 7 years ago

Manual test passed:

uk.q3c.krail.testApp.test.navigate.NavigationTest > selectPath FAILED org.openqa.selenium.StaleElementReferenceException at NavigationTest.java:275 Caused by: org.openqa.selenium.StaleElementReferenceException

davidsowerby commented 7 years ago

Manual test passed:

uk.q3c.krail.testApp.test.navigate.NavigationTest > navigateToUnauthorisedPage FAILED org.junit.ComparisonFailure at NavigationTest.java:105

davidsowerby commented 7 years ago

Manual test passed:

uk.q3c.krail.testApp.test.navigate.NavigationTest > navigateFromTree FAILED org.openqa.selenium.StaleElementReferenceException at NavigationTest.java:81 Caused by: org.openqa.selenium.StaleElementReferenceException

davidsowerby commented 7 years ago

Manual test passed:

uk.q3c.krail.testApp.test.NotifyTest > notifyWarning FAILED org.openqa.selenium.WebDriverException at NotifyTest.java:93

and

uk.q3c.krail.testApp.test.NotifyTest > notifyInformation FAILED org.openqa.selenium.WebDriverException at NotifyTest.java:111

davidsowerby commented 7 years ago

There is no point trying to fix these now, as they are failures in the tests themselves - leave until after upgrade to Vaadin 8, and TestBench 5

davidsowerby commented 7 years ago

Duplicate of #20