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

wait for link element to exist #1586

Merged
merged 1 commit into from
Aug 1, 2023
Merged

Conversation

labkey-chrisj
Copy link
Contributor

Rationale

Recently, BiologicsTest.testProteinRegistrationWithTrickyCharacters failed because its call to DetailTable.clickField could't find the css=a tag in the Nuc Sequences field- the link is there in the screencap image post-failure, but is absent from the html page artifact. This suggests that DetailTable.clickField should await the presence of the tag.

Related Pull Requests

n/a

Changes

  • wait for css=a tag, for up to 1500msec

@labkey-chrisj labkey-chrisj merged commit 876c637 into develop Aug 1, 2023
2 checks passed
@labkey-chrisj labkey-chrisj deleted the fb_detailTableWaitForLink branch August 1, 2023 03:25
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