Skip to content
New issue

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

UI bug - left panel - all url's from test case that passed conditionally are presented as "passed conditionally", even if they did normally #398

Closed
ernestosiak opened this issue Oct 16, 2018 · 1 comment
Assignees
Labels

Comments

@ernestosiak
Copy link
Contributor

ernestosiak commented Oct 16, 2018

Version used

  • AET 3.0.1

Context of the issue/feature

When there is a test case with url that passed conditionally, on left panel, all other url's from that test case will be also presented as passed conditionally, even that in main panel they are presented as "normal"

Screenshot

conditional-tests

Steps to reproduce

In layout.xml test suite, add extra urls to the S-comparator-Layout-big-pixel-threshold-and-big-percentage-threshold test case:

<test name="S-comparator-Layout-big-pixel-threshold-and-big-percentage-threshold">
		<collect>
			<open />
			<sleep duration="3000" />
			<screen />
		</collect>
		<compare>
			<screen pixelThreshold="2500" percentageThreshold="0.5" comparator="layout" />
		</compare>
		<urls>
			<url href="comparators/layout/failed.jsp" />
			<url href="comparators/layout/success.jsp" />
			<url href="comparators/layout/failed_resolution.jsp" />
		</urls>
	</test>
@tkaik
Copy link
Contributor

tkaik commented Oct 23, 2018

Fixed in #399

@tkaik tkaik closed this as completed Oct 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants