-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Tests-Only] Refactor acceptance tests #394
Conversation
@@ -169,19 +169,6 @@ Feature: Guests | |||
Then the OCS status code should be "404" | |||
And the HTTP status code should be "200" | |||
|
|||
Scenario: Check that skeleton is properly set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This scenario was not related to guests at all
/** | ||
* @return string|null | ||
*/ | ||
public function getGuestGroupName() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function was not used.
* @return void | ||
* @throws Exception | ||
*/ | ||
public function guestUserHasBeenCreatedWithEmailAndPassword($user, $email, $password) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function was not used.
Codecov Report
@@ Coverage Diff @@
## master #394 +/- ##
=========================================
Coverage 17.85% 17.85%
Complexity 96 96
=========================================
Files 11 11
Lines 532 532
=========================================
Hits 95 95
Misses 437 437 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Before adding new test scenarios for PR #384 , refactor the existing acceptance tests:
Given
andWhen
stepsAssert
checksHow Has This Been Tested?
Local run of acceptance tests
Types of changes
Checklist: