-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/FSADT1-1523
- Loading branch information
Showing
28 changed files
with
643 additions
and
3,010 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 |
---|---|---|
|
@@ -12,7 +12,7 @@ concurrency: | |
jobs: | ||
cleanup: | ||
name: Cleanup and Images | ||
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0 | ||
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].2 | ||
secrets: | ||
oc_namespace: ${{ secrets.OC_NAMESPACE }} | ||
oc_token: ${{ secrets.OC_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
validate: | ||
name: Validate PR | ||
needs: [vars] | ||
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].0 | ||
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected].2 | ||
with: | ||
markdown_links: | | ||
Any successful deployments (not always required) will be available [here](https://${{ github.event.repository.name }}-${{ needs.vars.outputs.url }}-frontend.apps.silver.devops.gov.bc.ca/) | ||
|
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Feature: Client Type Code | ||
|
||
#Ensure all allowable Client type codes are accepted | ||
|
||
Scenario: Submit BC registered business | ||
|
||
|
||
@loginAsEditor | ||
Scenario: Editor can submit registered LLP | ||
When I click on the "Create client" button | ||
And I can read "Create client" | ||
Then I select "BC registered business" from the "Client type" form input | ||
And I type "strucan" and select "STRUCAN LLP" from the "Client name" form autocomplete | ||
Then I wait for the text "This information is from BC Registries" to appear | ||
Then I click on next | ||
And I fill the "Primary location" address with the following | ||
| Field name | Value | Type | | ||
| Street address or PO box | 1015 Johnson | autocomplete | | ||
| Email address | mail4@mail.ca | text | | ||
| Primary phone number | 7780000005 | text | | ||
| Secondary phone number | 7780000006 | text | | ||
| Notes | This is a test | textbox | | ||
Then I click on next | ||
And I fill the "Primary contact" information with the following | ||
| Field name | Value | Type | | ||
| First name | Testy | text | | ||
| Last name | Tester | text | | ||
| Email address | mail5@mail.ca | text | | ||
| Primary phone number | 7780000007 | text | | ||
| Contact type | Billing | select | | ||
| Location name | Mailing address | multiselect | | ||
And I click on next | ||
Then I submit | ||
And I wait for the text "has been created!" to appear |
Oops, something went wrong.