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

[FIX] website_sale_require_login: Fix public user test #281

Merged

Conversation

yajo
Copy link
Member

@yajo yajo commented Apr 18, 2019

This PR should render the 12.0 branch ✔️ in Travis again.

This test was expecting sign up to be disabled because auth_signup is not in its module graph, but since that addon is autoinstallable, it could be installed without our knowledge.

Just make sure signup is disabled before running the public user test, to make it unitary.

Also, moved to at-install mode, since the post-install one adds no value.

@Tecnativa

This test was expecting sign up to be disabled because `auth_signup` is not in its module graph, but since that addon is autoinstallable, it could be installed without our knowledge.

Just make sure signup is disabled before running the public user test, to make it unitary.

Also, moved to at-install mode, since the post-install one adds no value.
@yajo yajo self-assigned this Apr 18, 2019
@yajo yajo added the bug label Apr 18, 2019
@yajo yajo added this to the 12.0 milestone Apr 18, 2019
Copy link
Member

@pedrobaeza pedrobaeza left a comment

Choose a reason for hiding this comment

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

Fast-tracking this

@pedrobaeza pedrobaeza merged commit 8ea6f39 into OCA:12.0 Apr 18, 2019
@pedrobaeza pedrobaeza deleted the 12.0-website_sale_require_login-fix_public_test branch April 18, 2019 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants