From d78e3d8d386f8415e7e7d2c6df46eb19970b8485 Mon Sep 17 00:00:00 2001 From: cnathe Date: Wed, 7 Jan 2026 11:10:14 -0600 Subject: [PATCH] Related GitHub 503: Selenium test updates for "URL Target" column in field editor summary table --- .../labkey/test/tests/FieldEditorRowSelectionActionTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/labkey/test/tests/FieldEditorRowSelectionActionTest.java b/src/org/labkey/test/tests/FieldEditorRowSelectionActionTest.java index b4d5b646ff..b11de91e7d 100644 --- a/src/org/labkey/test/tests/FieldEditorRowSelectionActionTest.java +++ b/src/org/labkey/test/tests/FieldEditorRowSelectionActionTest.java @@ -33,11 +33,11 @@ public class FieldEditorRowSelectionActionTest extends BaseWebDriverTest { private final static String PROJECT_NAME = "Field Editor Row Selection Action Test"; List expectedHeaders = Arrays.asList("Name", "Range URI", "Required", "Lock Type", "Lookup Container", "Lookup Schema", "Lookup Query", - "Format", "Default Scale", "Concept URI", "Scale", "Description", "Label", "Import Aliases", "Url", "Conditional Formats", "Property Validators", + "Format", "Default Scale", "Concept URI", "Scale", "Description", "Label", "Import Aliases", "URL", "URL Target", "Conditional Formats", "Property Validators", "Hidden", "Shown In Update View", "Shown In Insert View", "Shown In Details View", "Default Value Type", "Default Value", "Default Display Value", "Phi", "Exclude From Shifting", "Measure", "Dimension", "Recommended Variable", "Mv Enabled"); List expectedListHeaders = Arrays.asList("Name", "Range URI", "Required", "Is Primary Key", "Lock Type", "Lookup Container", "Lookup Schema", "Lookup Query", - "Format", "Default Scale", "Concept URI", "Scale", "Description", "Label", "Import Aliases", "Url", "Conditional Formats", "Property Validators", + "Format", "Default Scale", "Concept URI", "Scale", "Description", "Label", "Import Aliases", "URL", "URL Target", "Conditional Formats", "Property Validators", "Hidden", "Shown In Update View", "Shown In Insert View", "Shown In Details View", "Default Value Type", "Default Value", "Default Display Value", "Phi", "Exclude From Shifting", "Measure", "Dimension", "Recommended Variable", "Mv Enabled");