Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'opportunity' minisite cleanup #4382

Merged
merged 2 commits into from
Mar 23, 2020

Conversation

mmmavis
Copy link
Collaborator

@mmmavis mmmavis commented Mar 21, 2020

Closes #2971

  • updated fake data so factory doesn't create an 'opportunity' minisite anymore
  • updated tests
  • updated docs

@patjouk patjouk temporarily deployed to foundation-s-issue-2971-yacqx7 March 21, 2020 00:54 Inactive
@@ -76,7 +76,7 @@ def generate(seed):
home_page = get_homepage()

try:
blog_namespace = WagtailPage.objects.get(title='blog')
blog_namespace = WagtailPage.objects.get(title='Blog')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to match line 85

});

it(`Multi-page opportunity should redirect to /intiatives`, function() {
cy.request({
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/en/opportunity/multi-page-opportunity/ doesn't exist now so this would throw errors

@mmmavis mmmavis requested a review from Pomax March 21, 2020 01:00
@mmmavis mmmavis temporarily deployed to foundation-s-issue-2971-yacqx7 March 23, 2020 21:57 Inactive
@mmmavis mmmavis merged commit 2019c2d into master Mar 23, 2020
@mmmavis mmmavis deleted the issue-2971-opportunity-namespace-cleanup branch March 23, 2020 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move /opportunity pages to /initiatives
3 participants