-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SRCH-2059 remove admin center legacy/search consumer SERP previews (#721
- Loading branch information
1 parent
1043861
commit efb7b8b
Showing
12 changed files
with
11 additions
and
95 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
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -36,7 +36,4 @@ | |
.modal-body | ||
= modal_close_button | ||
.modal-content | ||
- if @site && [email protected]_mobile_format? | ||
#preview-container.modal.fade(data-no-turbolink){ 'aria-hidden' => 'true' } | ||
= render partial: 'sites/shared/modal' | ||
= javascript_include_tag 'font-awesome-grunticon-rails' |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -190,16 +190,9 @@ Feature: Dashboard | |
@javascript | ||
Scenario: Preview | ||
Given the following Affiliates exist: | ||
| display_name | name | contact_email | first_name | last_name | has_staged_content | uses_managed_header_footer | staged_uses_managed_header_footer | header | staged_header | website | force_mobile_format | | ||
| agency site | legacy.agency.gov | john@agency.gov | John | Bar | true | false | false | live header text | staged header text | http://www.agency.gov | false | | ||
| agency site | www.agency.gov | john@agency.gov | John | Bar | true | false | false | live header text | staged header text | http://www.agency.gov | true | | ||
| display_name | name | contact_email | first_name | last_name | website | | ||
| agency site | www.agency.gov | john@agency.gov | John | Bar | http://www.agency.gov | | ||
And I am logged in with email "[email protected]" | ||
When I go to the legacy.agency.gov's Dashboard page | ||
And I follow "Preview" within the Admin Center main navigation list | ||
Then I should find "View Staged Page" in the Preview modal | ||
And I should find "View Current Page" in the Preview modal | ||
And I should find "View Redesigned Page" in the Preview modal | ||
|
||
When I go to the www.agency.gov's Dashboard page | ||
And I follow "Preview" | ||
Then I should see a link to "Preview" with url that ends with "/search?affiliate=www.agency.gov" | ||
|
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