[
https://issues.apache.org/jira/browse/TAP5-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAP5-1158:
---------------------------------------
Assignee: (was: Howard M. Lewis Ship)
Description:
Here's a snippet from the console:
15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:390 | Command request:
isTextPresent[xWiden Collective Integration Tests, ] on session
a538a8ac3bdc4d6b882d5994aaa3c1ee
15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:565 | Got result: OK,false
on session a538a8ac3bdc4d6b882d5994aaa3c1ee
15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:390 | Command request:
getHtmlSource[, ] on session a538a8ac3bdc4d6b882d5994aaa3c1ee
15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:565 | Got result:
OK,<head><title>Widen Collective Integration Tests</title><link type="text/css"
rel="stylesheet" href="/assets/41090780d25ce332/core/default.css"><meta
content="Apache Tapestry Framework (version 5.2.0-SNAPSHOT)"
name="generator"></head><body><h1>Widen Collective Integration
Tests</h1><h3>Basic Demos</h3><ul><li><a href="barchartdemo">BarChart
Demo</a></li><li><a href="datefielddemo">CDateField Demo</a></li><li><a
href="confirmdemo">Confirm Mixin Demo</a></li><li><a
href="formatdatedemo">FormatDate Demo</a></li><li><a href="griddemo">Grid
Demo</a></li><li><a href="iconlinkdemo">IconLink Demo</a></li><li><a
href="inaccessible">Inaccessible Demo</a></li><li><a
href="itemselectordemo">ItemSelector Demo</a></li><li><a
href="linechartdemo">LineChart Demo</a></li><li><a
href="multizoneupdatedemo">Multi-Zone Update Demo</a></li><li><a
href="multiselectdemo">MultiSelect Demo</a></li><li><a href="owdemo">Overlay
Window Demo</a></li><li><a href="piechartdemo">PieChartDemo</a></li><li><a
href="portaldemo">Portal Demo</a></li><li><a href="progressbardemo">Progress
Demo</a></li><li><a href="tabpaneldemo">TabPanel Demo</a></li><li><a
href="treedemo">Tree Demo</a></li><li><a href="trimmeddemo">Trimmed
Demo</a></li></ul><h3>Alert Page Demos</h3><ul><li><a
href="testindex.simplealert">Simple Alert</a></li><li><a
href="testindex.callbackalert">Alert w/ Callback</a></li></ul><hr><p>
[<a href="testindex">Refresh</a>] |
[<a href="testindex">Back to Tests Index</a>] |
[<a href="testindex.testlayout.resetstate">Reset Page State</a>]
</p></body> on session a538a8ac3bdc4d6b882d5994aaa3c1ee
Writing current page's HTML source to:
C:\workspace\collective\C:\workspace\collective\test-output\All
Tests\GeneralTests.warm_up-page-content.html
So the isTextPresent() Selenium command fialed, and the page content was
written out, but the path is confused.
> Captured HTML from failed Selenium assertions do not get stored in the
> correct place on Windows
> -----------------------------------------------------------------------------------------------
>
> Key: TAP5-1158
> URL: https://issues.apache.org/jira/browse/TAP5-1158
> Project: Tapestry 5
> Issue Type: Bug
> Components: tapestry-test
> Affects Versions: 5.2.0
> Reporter: Howard M. Lewis Ship
>
> Here's a snippet from the console:
> 15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:390 | Command request:
> isTextPresent[xWiden Collective Integration Tests, ] on session
> a538a8ac3bdc4d6b882d5994aaa3c1ee
> 15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:565 | Got result:
> OK,false on session a538a8ac3bdc4d6b882d5994aaa3c1ee
> 15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:390 | Command request:
> getHtmlSource[, ] on session a538a8ac3bdc4d6b882d5994aaa3c1ee
> 15:13:08 INFO o.o.s.s.SeleniumDriverResourceHandler:565 | Got result:
> OK,<head><title>Widen Collective Integration Tests</title><link
> type="text/css" rel="stylesheet"
> href="/assets/41090780d25ce332/core/default.css"><meta content="Apache
> Tapestry Framework (version 5.2.0-SNAPSHOT)"
> name="generator"></head><body><h1>Widen Collective Integration
> Tests</h1><h3>Basic Demos</h3><ul><li><a href="barchartdemo">BarChart
> Demo</a></li><li><a href="datefielddemo">CDateField Demo</a></li><li><a
> href="confirmdemo">Confirm Mixin Demo</a></li><li><a
> href="formatdatedemo">FormatDate Demo</a></li><li><a href="griddemo">Grid
> Demo</a></li><li><a href="iconlinkdemo">IconLink Demo</a></li><li><a
> href="inaccessible">Inaccessible Demo</a></li><li><a
> href="itemselectordemo">ItemSelector Demo</a></li><li><a
> href="linechartdemo">LineChart Demo</a></li><li><a
> href="multizoneupdatedemo">Multi-Zone Update Demo</a></li><li><a
> href="multiselectdemo">MultiSelect Demo</a></li><li><a href="owdemo">Overlay
> Window Demo</a></li><li><a href="piechartdemo">PieChartDemo</a></li><li><a
> href="portaldemo">Portal Demo</a></li><li><a href="progressbardemo">Progress
> Demo</a></li><li><a href="tabpaneldemo">TabPanel Demo</a></li><li><a
> href="treedemo">Tree Demo</a></li><li><a href="trimmeddemo">Trimmed
> Demo</a></li></ul><h3>Alert Page Demos</h3><ul><li><a
> href="testindex.simplealert">Simple Alert</a></li><li><a
> href="testindex.callbackalert">Alert w/ Callback</a></li></ul><hr><p>
> [<a href="testindex">Refresh</a>] |
> [<a href="testindex">Back to Tests Index</a>] |
> [<a href="testindex.testlayout.resetstate">Reset Page State</a>]
> </p></body> on session a538a8ac3bdc4d6b882d5994aaa3c1ee
> Writing current page's HTML source to:
> C:\workspace\collective\C:\workspace\collective\test-output\All
> Tests\GeneralTests.warm_up-page-content.html
> So the isTextPresent() Selenium command fialed, and the page content was
> written out, but the path is confused.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.