We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rendersHomePageViaHttp
3.9.0
I run tests with a new Maven 3.9.0 version by mvn clean test and rendersHomePageViaHttp was failed.
mvn clean test
Expected behaviour: Test rendersHomePageViaHttp passes successfully. Actual behaviour: The next exception:
[ERROR] TkAppTest.rendersHomePageViaHttp:121->lambda$rendersHomePageViaHttp$0:128 XML doesn't contain required XPath '/xhtml:html': <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href='/xsl/home.xsl' type='text/xsl'?><page date="2023-03-09T13:52:02Z" ip="127.0.2.3" sla="3.976"><millis>24</millis><recent/><links><link href="/status" rel="status" type="text/xml"/><link href="/ticks" rel="ticks" type="image/png"/><link href="http://localhost/" rel="home" type="text/xml"/><link href="http://localhost:51289/" rel="self" type="text/xml"/><link href="https://github.com/login/oauth/authorize?client_id=%24%7Bfailsafe.github.id%7D&redirect_uri=http%3A%2F%2Flocalhost%3A51289%2F%3FPsByFlag%3DPsGithub" rel="takes:github" type="text/xml"/><link href="http://localhost:51289/?PsByFlag=PsLogout" rel="takes:logout" type="text/xml"/></links><toggles><read-only>false</read-only><links><link href="/toggles/read-only" rel="sw:read-only" type="text/xml"/></links></toggles><identity><urn>urn:test:1</urn></identity><version><name>1.0</name><revision>a1b2c3e</revision><date>2023-03-09T16:51:39</date></version></page>
Original problem: yegor256/takes#1207
The text was updated successfully, but these errors were encountered:
feat(yegor256#1633): Add new method typedResponse instead of RsFork
d19bfc1
Add typedResponse method Add puzzle
RsFork
typedResponse
feat(yegor256#1633): fix all qulice suggestions
64976bb
@volodya-lombrozo the puzzle #1837 is still not solved.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I run tests with a new Maven
3.9.0
version bymvn clean test
andrendersHomePageViaHttp
was failed.Expected behaviour: Test
rendersHomePageViaHttp
passes successfully.Actual behaviour: The next exception:
Original problem: yegor256/takes#1207
The text was updated successfully, but these errors were encountered: