-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #565 from CBIIT/CRDCDH-1991
CRDCDH-1991 (V2) Additional Organization Rebranding Changes
- Loading branch information
Showing
3 changed files
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ describe("Basic Functionality", () => { | |
dataCommons: "Test Commons AAAAAA", | ||
organization: { | ||
_id: "", | ||
name: "Test Organization AAAAAA", | ||
name: "Test Program AAAAAA", | ||
}, | ||
conciergeName: "Test Concierge AAAAAA", | ||
conciergeEmail: "[email protected]", | ||
|
@@ -157,7 +157,7 @@ describe("Basic Functionality", () => { | |
expect(getByText("Collaborators")).toBeVisible(); | ||
expect(getByText("Study")).toBeVisible(); | ||
expect(getByText("Data Commons")).toBeVisible(); | ||
expect(getByText("Organization")).toBeVisible(); | ||
expect(getByText("Program")).toBeVisible(); | ||
expect(getByText("Primary Contact")).toBeVisible(); | ||
|
||
// Check values | ||
|
@@ -166,7 +166,7 @@ describe("Basic Functionality", () => { | |
expect(getByText("Submitter Test A...")).toBeVisible(); | ||
expect(getByText("AAAAAAAAAAAAAAAA...")).toBeVisible(); | ||
expect(getByText("Test Commons AAAAAA")).toBeVisible(); // Not truncated | ||
expect(getByText("Test Organizatio...")).toBeVisible(); | ||
expect(getByText("Test Program AAA...")).toBeVisible(); | ||
expect(getByText("Test Concierge A...")).toBeVisible(); | ||
|
||
expect(getByText("2")).toBeVisible(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters