Skip to content

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Sep 17, 2025

@XingY XingY requested a review from labkey-susanh September 17, 2025 23:27
input.sendKeys(value, Keys.ENTER);
getWrapper().shortWait().until(ExpectedConditions.stalenessOf(input));

if (!skipEnter)
Copy link
Contributor

Choose a reason for hiding this comment

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

If skipEnter is true, this is effectively just clearing the input, isn't it? That seems odd. Seems like it would be better to have a clearValue method.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated method. I meant to also set the new value after clearing the existing value.

@XingY XingY changed the title Code review changes Selenium tests - Workflow: Change Required Template Fields to be Required at the start of a Job Sep 18, 2025
@XingY XingY merged commit 249f86a into develop Sep 18, 2025
7 checks passed
@XingY XingY deleted the fb_requiredJobFields branch September 18, 2025 16:21
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.

3 participants