issues
search
paulgibbs
/
behat-wordpress-extension
WordHat: Behat for WordPress
https://wordhat.info
GNU General Public License v3.0
106
stars
20
forks
source link
Context, Users: `logOut` can fail if used in first line of step definitions
#233
Closed
paulgibbs
closed
5 years ago
paulgibbs
commented
5 years ago
Description
Catch exception in
logOut()
method.
Related issue
See #232
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] I have read the
CONTRIBUTING
document.
[ ] I have added tests to cover my changes.
[ ] All new and existing tests passed.
Description
Catch exception in
logOut()
method.Related issue
See #232
Types of changes
Checklist: