Skip to content

Commit 3d45458

Browse files
committed
linting
1 parent 7e3bc34 commit 3d45458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

atest/05_Features/Completion.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
*** Settings ***
22
Suite Setup Setup Suite For Screenshots completion
3-
Force Tags feature:completion
4-
Resource ../Keywords.robot
53
Test Setup Setup Notebook Python Completion.ipynb
64
Test Teardown Clean Up After Working With File Completion.ipynb
5+
Force Tags feature:completion
6+
Resource ../Keywords.robot
77

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

116116
Completer Should Not Suggest
117117
[Arguments] ${text}

0 commit comments

Comments
 (0)