Skip to content

Commit f7a48a8

Browse files
frano-mMillenniumFalconMechanic
authored andcommitted
Make the project titles in project tab shift-clickable and command-clickable to get into new tabs. Added test xit. Resolves #998. (#1020)
1 parent c9f5c8d commit f7a48a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spa/src/app/files/hca-table-projects/hca-table-projects.component.spec.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,15 @@ describe("HCATableProjectsComponent", () => {
173173
expect(component).toBeTruthy();
174174
});
175175

176+
/**
177+
* Incomplete test
178+
*/
179+
xit("TBD", () => {
180+
181+
// TODO - pending test
182+
// TODO - test for column project title click event, RouterTestingModule
183+
});
184+
176185
/**
177186
* Confirm sort functionality is set up in component.
178187
*/

0 commit comments

Comments
 (0)