Skip to content

Commit

Permalink
Updates made to support DSS-254 and DSS-137
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Anderson authored and Rick Anderson committed Apr 17, 2024
1 parent fe70163 commit 3c516c8
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Scenario: ManagingAccess
#
Examples:
| UserName | ListingID | Description | ExpectedResult | ListingURL | AdditionalCCsTextBox | GovPhoneNumber | TakedownReason |
| ricander | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |



Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Scenario: SendNoticeOfTakedownWithoutADSSlisting

And I should be presented with a field to select which platform to send the warning to

And I should be presented with a dropdown menu to select reason for delisting
#And I should be presented with a dropdown menu to select reason for delisting

And I should see an optional field for Listing ID "ListingID"

Expand All @@ -36,9 +36,9 @@ Scenario: SendNoticeOfTakedownWithoutADSSlisting

#ReasonForDelisting

When I select a reason for delisting

Then the system should present a list of reasons for requesting delisting: No business licence provided, invalid business licence number, expired business licence, or suspended business license
# When I select a reason for delisting
#
# Then the system should present a list of reasons for requesting delisting: No business licence provided, invalid business licence number, expired business licence, or suspended business license

#CC and Send Copy Options:

Expand Down Expand Up @@ -84,9 +84,9 @@ Scenario: SendNoticeOfTakedownWithoutADSSlisting
#
Examples:
| UserName | ListingID | Description | ExpectedResult | ListingURL | AdditionalCCsTextBox | GovPhoneNumber | TakedownReason |
| ricander | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| ricander | 9223372036854775807 | ListingID - Test for Max value | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| ricander | 0 | ListingURL - Valid URL | pass | HTTP://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 9223372036854775807 | ListingID - Test for Max value | pass | http://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | ListingURL - Valid URL | pass | HTTP://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | ListingURL - Valid URL | pass | HTTPS://listingURL.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | ListingURL - Long URL SSL | pass | http://ReallylongURLstring123123123123123123123123123123.com | richard.anderson@dxc.com | 9991231234 | Get a business license |
| CEUATST | 0 | Phone Number - Valid '-' | pass | http://ReallylongURLstring123123123123123123123123123123.com | richard.anderson@dxc.com | 999-123-1234 | Get a business license |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ Scenario: SendTakedownRequestWithoutADSSListing

Examples:
| UserName | ListingID | Description | ExpectedResult | ListingURL | AdditionalCCsTextBox | Comment |
| ricander | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | |
| ricander | 9223372036854775807 | ListingID - Test for Max value | pass | http://listingURL.com | richard.anderson@dxc.com | |
| ricander | 0 | ListingURL - Valid URL | pass | HTTP://listingURL.com | richard.anderson@dxc.com | |
| CEUATST | 0 | ListingID - Boundary | pass | http://listingURL.com | richard.anderson@dxc.com | |
| CEUATST | 9223372036854775807 | ListingID - Test for Max value | pass | http://listingURL.com | richard.anderson@dxc.com | |
| CEUATST | 0 | ListingURL - Valid URL | pass | HTTP://listingURL.com | richard.anderson@dxc.com | |
| CEUATST | 0 | ListingURL - Valid URL SSL | pass | HTTPS://listingURL.com | richard.anderson@dxc.com | |
| CEUATST | 0 | ListingURL - Long URL | pass | http://ReallylongURLstring123123123123123123123123123123.com | richard.anderson@dxc.com | |
| CEUATST | -1 | ListingID - Negative number test | pass | http://listingURL.com | richard.anderson@dxc.com | Should pass because non-numberic values are ignored and Listing ID is optional |
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3c516c8

Please sign in to comment.