Skip to content

Commit

Permalink
Merge pull request #1289 from alphagov/remove-imminence-references
Browse files Browse the repository at this point in the history
Rename imminence tests to places-manager
  • Loading branch information
KludgeKML authored May 16, 2024
2 parents 77f5422 + 1b9e75a commit 897a51e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion features/apps/frontend.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Feature: Frontend
When I visit "/contact-electoral-registration-office?postcode=WV148TU"
Then I should see "Choose your address"

Scenario: Check the frontend can talk to Imminence
Scenario: Check the frontend can talk to Places Manager
When I visit "/ukonline-centre-internet-access-computer-training"
Then I should see "Online Centres Network"
When I try to post to "/ukonline-centre-internet-access-computer-training" with "postcode=WC2B+6NH"
Expand Down
8 changes: 0 additions & 8 deletions features/apps/imminence.feature

This file was deleted.

8 changes: 8 additions & 0 deletions features/apps/places_manager.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@app-places-manager
Feature: Places Manager
@app-publishing-api
Scenario: Can log in to places-manager
When I go to the "places-manager" landing page
And I try to login as a user
And I go to the "places-manager" landing page
Then I should see "All services"
2 changes: 1 addition & 1 deletion features/support/base_urls.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'collections-publisher' => '/mainstream-browse-pages',
'contacts' => '/hm-revenue-customs',
'contacts-admin' => '/admin',
'imminence' => '/admin',
'places-manager' => '/admin',
'licensify-admin' => '/login',
'licensing' => '/apply-for-a-license',
'maslow' => '/needs',
Expand Down

0 comments on commit 897a51e

Please sign in to comment.