Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Feb 8, 2020
1 parent 7e3bc34 commit 3d45458
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions atest/05_Features/Completion.robot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*** Settings ***
Suite Setup Setup Suite For Screenshots completion
Force Tags feature:completion
Resource ../Keywords.robot
Test Setup Setup Notebook Python Completion.ipynb
Test Teardown Clean Up After Working With File Completion.ipynb
Force Tags feature:completion
Resource ../Keywords.robot

*** Variables ***
${COMPLETER_BOX} css:.jp-Completer.jp-HoverBox
Expand Down Expand Up @@ -111,7 +111,7 @@ Select Completer Suggestion
Completer Should Suggest
[Arguments] ${text}
Wait Until Page Contains Element ${COMPLETER_BOX} .jp-Completer-item[data-value="${text}"]
Capture Page Screenshot ${text.replace(' ', '_')}.png
Capture Page Screenshot ${text.replace(' ', '_')}.png

Completer Should Not Suggest
[Arguments] ${text}
Expand Down

0 comments on commit 3d45458

Please sign in to comment.