-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PSP-9794 : Acquisition Files - Team Members: Select contact button lo… (
- Loading branch information
1 parent
e1476b8
commit 348b4c0
Showing
103 changed files
with
537 additions
and
1 deletion.
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
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -323,6 +323,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
name="businessIdentifierValue" | ||
placeholder="desmith@idir" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -354,6 +355,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
name="firstName" | ||
placeholder="Devin" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -385,6 +387,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
name="surname" | ||
placeholder="Smith" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -416,6 +419,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
name="email" | ||
placeholder="[email protected]" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="[email protected]" | ||
type="email" | ||
value="[email protected]" | ||
|
@@ -446,6 +450,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
id="input-position" | ||
name="position" | ||
placeholder="e.g. Property Analyst, Integrated Transportation & Infrastructure Services" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -729,6 +734,7 @@ exports[`AccessRequestContainer component > makes a request based on the access | |
id="input-note" | ||
name="note" | ||
placeholder="Please specify why you need access to PIMS and include your manager's name." | ||
style="word-break: break-all;" | ||
title="" | ||
/> | ||
</div> | ||
|
@@ -1120,6 +1126,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
name="businessIdentifierValue" | ||
placeholder="desmith@idir" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -1151,6 +1158,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
name="firstName" | ||
placeholder="Devin" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -1182,6 +1190,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
name="surname" | ||
placeholder="Smith" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -1213,6 +1222,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
name="email" | ||
placeholder="[email protected]" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="[email protected]" | ||
type="email" | ||
value="[email protected]" | ||
|
@@ -1243,6 +1253,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
id="input-position" | ||
name="position" | ||
placeholder="e.g. Property Analyst, Integrated Transportation & Infrastructure Services" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -1526,6 +1537,7 @@ exports[`AccessRequestContainer component > makes a request when no id is provid | |
id="input-note" | ||
name="note" | ||
placeholder="Please specify why you need access to PIMS and include your manager's name." | ||
style="word-break: break-all;" | ||
title="" | ||
/> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -317,6 +317,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
name="businessIdentifierValue" | ||
placeholder="desmith@idir" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="desmith@idir" | ||
type="text" | ||
value="desmith@idir" | ||
|
@@ -348,6 +349,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
name="firstName" | ||
placeholder="Devin" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="Devin" | ||
type="text" | ||
value="Devin" | ||
|
@@ -379,6 +381,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
name="surname" | ||
placeholder="Smith" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="Smith" | ||
type="text" | ||
value="Smith" | ||
|
@@ -410,6 +413,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
name="email" | ||
placeholder="[email protected]" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="[email protected]" | ||
type="email" | ||
value="[email protected]" | ||
|
@@ -440,6 +444,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
id="input-position" | ||
name="position" | ||
placeholder="e.g. Property Analyst, Integrated Transportation & Infrastructure Services" | ||
style="word-break: break-all;" | ||
title="pos" | ||
type="text" | ||
value="pos" | ||
|
@@ -723,6 +728,7 @@ exports[`AccessRequestForm component > renders as expected 1`] = ` | |
id="input-note" | ||
name="note" | ||
placeholder="Please specify why you need access to PIMS and include your manager's name." | ||
style="word-break: break-all;" | ||
title="" | ||
/> | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -380,6 +380,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
name="businessIdentifierValue" | ||
placeholder="" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -411,6 +412,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
name="firstName" | ||
placeholder="" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -442,6 +444,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
name="surname" | ||
placeholder="" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -473,6 +476,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
name="email" | ||
placeholder="[email protected]" | ||
readonly="" | ||
style="word-break: break-all;" | ||
title="[email protected]" | ||
type="email" | ||
value="[email protected]" | ||
|
@@ -503,6 +507,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
id="input-position" | ||
name="position" | ||
placeholder="e.g. Property Analyst, Integrated Transportation & Infrastructure Services" | ||
style="word-break: break-all;" | ||
title="" | ||
type="text" | ||
value="" | ||
|
@@ -688,6 +693,7 @@ exports[`AccessRequestPage > renders correctly 1`] = ` | |
id="input-note" | ||
name="note" | ||
placeholder="Please specify why you need access to PIMS and include your manager's name." | ||
style="word-break: break-all;" | ||
title="" | ||
/> | ||
</div> | ||
|
Oops, something went wrong.