Skip to content
Snippets Groups Projects
Commit 60a55228 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Apply suggestion to test/behave/features/steps/steps.py

parent da9beda1
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ def step_impl(context):
@when(u'I open the wordpress URL')
@given(u'I open the wordpress URL')
def step_impl(context):
"""Open rocketchat URL."""
"""Open wordpress URL."""
context.behave_driver.get(context.wordpress['url'])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment