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

The page is reloaded every time it is accessed #101

Open
Lyohanych opened this issue May 13, 2021 · 0 comments
Open

The page is reloaded every time it is accessed #101

Lyohanych opened this issue May 13, 2021 · 0 comments

Comments

@Lyohanych
Copy link

Atlas version 1.8.0
I am trying to fill out a login form like this:
onSite().onLoginPage().open();
onSite().onLoginPage().loginForm().inputByName("username").sendKeys(cfg.login());
onSite().onLoginPage().loginForm().inputById("qa-password").sendKeys(cfg.password());
onSite().onLoginPage().loginForm().buttonByText("LOGIN").click();
After each command is executed, the page is reloaded
For example, enter the name to the login field. Then the page is reloaded. Accordingly, the login field becomes empty.
Then we enter the password to the password field . The page reloads again, etc.

Expected results:
The page should not be reloaded each time we interact with element.

Actual results:
Page reloaded each time

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

1 participant