Skip to content

Conversation

@labkey-jeckels
Copy link
Contributor

Rationale

Some <input> fields are using name attributes that don't differentiate from similarly named fields.

Related Pull Requests

Changes

  • Update to use new naming convention

@labkey-jeckels labkey-jeckels self-assigned this Jun 28, 2025
@labkey-jeckels labkey-jeckels requested review from a team and labkey-matthewb July 10, 2025 22:15
click(Locator.linkContainingText(MULTIPLE_CURVE_ASSAY_RUN_NAME));
clickButtonContainingText("Re-import run");
checkCheckbox(Locator.radioButtonByNameAndValue("participantVisitResolver", "SampleInfo"));
checkCheckbox(Locator.radioButtonByNameAndValue("ParticipantVisitResolver", "SampleInfo"));
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I'm sure you already considered it but "ParticipantVisitResolver" seems like it'd be a good constant as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I initially just pulled out constants for Locators. I did another pass and did simple strings for ParticipantVisitResolver, ThawListType, and TargetStudy

@labkey-jeckels labkey-jeckels merged commit 0d0784e into develop Jul 15, 2025
9 checks passed
@labkey-jeckels labkey-jeckels deleted the fb_53306_propertyName branch July 15, 2025 18:41
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