You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertEquals("Expected to filter table to only Adam", "Adam", table.getDataAsText(0, A_PEOPLE_METADATA_TITLE));
737
738
log("** Verify table metadata overrides when simplemodule is not active in TargetFolder");
738
739
assertHrefContains(table, "A_People db_metadata List P", "a_db_metadata.view");
740
+
assertEquals("P link target not as expected", "", table.getLinkAttribute(0, table.getColumnIndexStrict("A_People db_metadata List P"), "target"));
739
741
assertHrefContains(table, "A_People db_metadata List Q", "a_db_metadata.view");
742
+
assertEquals("Q link target not as expected", "_blank", table.getLinkAttribute(0, table.getColumnIndexStrict("A_People db_metadata List Q"), "target"));
740
743
assertHrefContains(table, "A_People db_metadata List R", "a_db_metadata.view");
741
744
assertHrefContains(table, "A_People db_metadata List S", "a_db_metadata.view");
742
745
assertHrefContains(table, "A_People template List T", "a_template_metadata.view");
assertEquals("Q link target not as expected", "_blank", table.getLinkAttribute(0, table.getColumnIndexStrict("A_People file_metadata Query Q"), "target"));
0 commit comments