Skip to content

Commit

Permalink
feat: containers smoke tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sr4850 committed Aug 2, 2024
1 parent c3d8f90 commit 42c0b5c
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Feature: Generate letter pop up should contain letter details
And i have logged in to internal as "admin"
And i url search for my licence

@smoketest @3
@smoketest @3 @containers-smoke
Scenario Outline: Check generate letter pop up and email/print letter
When i generate a letter
And The pop up should contain letter details
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Unlicensed operator
Given i have an internal admin user
And i have logged in to internal as "admin"

@unlicensed_operator_add @smoketest @localsmoke
@unlicensed_operator_add @smoketest @localsmoke @containers-smoke
Scenario: Create unlicensed operator
When i create an unlicensed operator
Then the operator should be created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@smoketest
@printAndSign
@FullRegression
@containers-smoke

Feature: Admin paying fees

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@FullRegression
@printAndSign
@transactionFees
@containers-smoke

Feature: Transaction Fees Table

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
@printAndSign
Feature: Internal Search

@smoketest @searchLicence @int_regression
@smoketest @searchLicence @int_regression @containers-smoke
Scenario: Search a Licence on Internal
Given I have a "goods" "restricted" application
And I log in as an internal user with admin privileges
When i search for and click on my licence "OB1134621"
Then the "Licence details" page should display

@smoketest @searchApplication @int_regression
@smoketest @searchApplication @int_regression @containers-smoke
Scenario: Search an Application on Internal
Given I have a "goods" "restricted" application
When i search for and click on my application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Feature: Self Serve Apply for licence
| goods | standard_international |
| public | standard_national |

@stored_cards @smoketest @printAndSign @localsmoke
@stored_cards @smoketest @printAndSign @localsmoke @containers-smoke
Scenario Outline: Saved card payment
Given i have a "<operatorType>" "<licenceType>" "GB" application in traffic area
| north_west |
Expand All @@ -30,8 +30,8 @@ Feature: Self Serve Apply for licence
| operatorType | licenceType |
| goods | standard_international |

@NI_application @smoketest
Scenario Outline: Create and pay NI application fees
@NI_application @smoketest @containers-smoke
Scenario Outline: Create and pay NI application fees
Given i have a "<operatorType>" "<licenceType>" "NI" application in traffic area
| northern_ireland |
And i choose to print and sign
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@DVLA @VOL-147 @ss_regression @FullRegression @printAndSign
Feature: Search and add a vehicle

@smoketest @dvla-add-vehicle @localsmoke
@smoketest @dvla-add-vehicle @localsmoke @containers-smoke
Scenario Outline: Add a vehicle to a licence
Given I have "1" "<Operator>" "standard_national" licences with "2" vehicles and a vehicleAuthority of "13"
When I navigate to manage vehicle page on a licence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Feature: Caseworkers can apply for lgv only and mixed fleet licences and are red
Then the caseworker is navigated to the lgv only application overview
And the type of licence section is marked as complete

@smoketest @int_regression @1
Scenario: Caseworker clicks no to lgv only and clicks create is redirected to mixed fleet application overview and type of licence is marked complete
@smoketest @int_regression @1 @containers-smoke
Scenario: Caseworker clicks no to lgv only and clicks create is redirected to mixed fleet application overview and type of licence is marked complete
Given I create a new external user
And a caseworker goes to apply for a goods standard_international licence
When i choose to have mixed vehicles and create
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: LGV Mixed variation authorisation text
When i am on the operating centre and authorisations page
Then the lgv hint text is visible

@smoketest @lgv-smoke
@smoketest @lgv-smoke @containers-smoke
Scenario: If zero LGVs on the licence, then displays "HGVs" on the authorisation page
Given I create a new external user
And i have a "goods" "standard_international" licence with a hgv authorisation of "5" lgv authorisation of "0" in traffic area "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: The Type of licence page now features the LGV Mixed and LGV Only select
| GB |
| NI |

@smoketest @lgv-smoke
@smoketest @lgv-smoke @containers-smoke
Scenario Outline: Clicking Yes to LGV Goods starts the LGV Only application route and type of licence is marked as complete
Given I create a new external user
When i go to apply for a "<Country>" goods standard international licence
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@OLCS-7284 @ss_regression @gov-sign-in @smoketest @FullRegression
@OLCS-7284 @ss_regression @gov-sign-in @smoketest @FullRegression @containers-smoke
Feature: Operator signs digitally


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: External user search by Address, Business name, Licence Number and Pers
When I search for a lorry and bus operator by "address","","","",""
Then search results page addresses should only display address belonging to our post code

@smoketest @ss_regression
@smoketest @ss_regression @containers-smoke
Scenario: Business name external search for lorry and bus operators
When I search for a lorry and bus operator by "business","","","",""
Then search results page should display operator names containing our "businessName"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Feature: Partner user external search by Address, Business name, Licence Number
Given i have a valid "goods" "standard_national" licence
And i login as a partner user

@smoketest
@smoketest @containers-smoke
Scenario: Business name partner external search for lorry and bus operators
When I search for a lorry and bus operator by "business","","","",""
Then search results page should display operator names containing our "business name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@smoketest
@ss_regression
@FullRegression
@containers-smoke
Feature: Sign surrender

Background:
Expand Down

0 comments on commit 42c0b5c

Please sign in to comment.