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

HTML Report - User Click action step incorrect in 2.3.4 . Works fine in 2.3.2 #2249

Closed
anoopk1981 opened this issue Sep 29, 2020 · 1 comment

Comments

@anoopk1981
Copy link

There is a problem with a step in report for the User click event for version 2.3.4. Here are the details

For the step

user.attemptsTo( Click.on(LoginPage.SIGNIN_BUTTON) );

in which SIGNIN_BUTTON is defined as

public static Target SIGNIN_BUTTON = Target.the("Signin").located(By.xpath("//button[text()='Sign In']"));

The HTML report step is shown as

User clicks on #name

which is incorrect.

This is working fine in version 2.3.2 . It seems that some one have hard coded the word "#name" and forgot to remove it.

@ricardorlg-aval
Copy link

this is fixed in the next version

@wakaleo wakaleo closed this as completed Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants