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

adding new qa test to check new poet buttons (readme, validate) #181

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

omehes
Copy link
Contributor

@omehes omehes commented Oct 30, 2023

No description provided.

@omehes omehes self-assigned this Oct 30, 2023
assert home.validate_content_popup_dialog_is_visible

home.click_validate_content_cancel_button()
assert not home.validate_content_popup_dialog_is_visible
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might need to wait for the popup to no longer be visible. When you click cancel, it can take a few seconds for the operation to stop and for the popup to disappear. Although, it might be okay since you have a global slowdown set.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, that is why i added global slowdown set and for other reasons. so far it works...

@omehes omehes merged commit 8c7f358 into main Oct 30, 2023
@omehes omehes deleted the read_valid branch October 30, 2023 19:40
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

Successfully merging this pull request may close these issues.

2 participants