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
Feature: Client Type Code #Ensure all allowable Client type codes are acceptedScenario: Submit BC registered business@loginAsEditorScenario: Editor can submit registered LLPWhen 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
| Fieldname | Value | Type | | StreetaddressorPObox | 1015Johnson | autocomplete | | Emailaddress | mail2@mail.ca | text | | Primaryphonenumber | 7780000001 | text | | Secondaryphonenumber | 7780000002 | text | | Notes | Thisisatest | textbox |Then I click on next
And I fill the "Primary contact" information with the following
| Fieldname | Value | Type | | Firstname | Testy | text | | Lastname | Tester | text | | Emailaddress | mail3@mail.ca | text | | Primaryphonenumber | 7780000003 | text | | Contacttype | Billing | select | | Locationname | Home | multiselect | | Locationname | Mailingaddress | multiselect |And I click on next
Then I click on "Create client"And I wait for the text "has been created!" to appear
Additional Instructions
Need to find test cases for other ID types- LL, XL, XP. Others?
The text was updated successfully, but these errors were encountered:
* test(upt #1257): [Test Case]: LP client type ID is accepted
Closes#1257
* test: fix test syntax
* test: restore click next sentences
* test: prevent matching records
* test: remove non-existent location
* test: update the sentence to submit
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maria Martinez <[email protected]>
Co-authored-by: Fernando Terra <[email protected]>
Co-authored-by: Fernando Terra <[email protected]>
Test Scenario
Additional Instructions
The text was updated successfully, but these errors were encountered: