Skip to content

Commit f279c3b

Browse files
committed
Replace deprecated Force Tags with Test Tags
1 parent cf6551d commit f279c3b

13 files changed

+13
-13
lines changed

atest/01_Editor.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Resource Variables.resource
44

55
Suite Setup Setup Suite For Screenshots editor
66

7-
Force Tags ui:editor aspect:ls:features
7+
Test Tags ui:editor aspect:ls:features
88

99

1010
*** Test Cases ***

atest/04_Interface/DiagnosticsPanel.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots diagnostics_panel
55
Test Setup Set Up
66
Test Teardown Clean Up
77

8-
Force Tags ui:notebook aspect:ls:features
8+
Test Tags ui:notebook aspect:ls:features
99

1010

1111
*** Variables ***

atest/05_Features/Completion.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots completion
55
Test Setup Setup Completion Test
66
Test Teardown Clean Up After Working With File Completion.ipynb
77

8-
Force Tags feature:completion
8+
Test Tags feature:completion
99

1010

1111
*** Variables ***

atest/05_Features/Diagnostics.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots diagnostics
55
Test Setup Setup Notebook Python Diagnostic.ipynb
66
Test Teardown Clean Up After Working With File Diagnostic.ipynb
77

8-
Force Tags feature:diagnostics
8+
Test Tags feature:diagnostics
99
# note: diagnostics are also tested in 01_Editor and 04_Interface/DiagnosticsPanel.robot
1010

1111

atest/05_Features/Highlights.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots highlights
55
Test Setup Setup Highlights Test
66
Test Teardown Clean Up After Working With File Highlights.ipynb
77

8-
Force Tags feature:highlights
8+
Test Tags feature:highlights
99

1010

1111
*** Test Cases ***

atest/05_Features/Hover.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Suite Setup Setup Suite For Screenshots hover
66
Test Setup Setup Hover Test
77
Test Teardown Clean Up After Working With File Hover.ipynb
88

9-
Force Tags feature:hover
9+
Test Tags feature:hover
1010

1111

1212
*** Variables ***

atest/05_Features/Jump.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Resource ../Keywords.resource
33

44
Suite Setup Setup Suite For Screenshots gh-403
55

6-
Force Tags feature:jump-to-definition gh:403
6+
Test Tags feature:jump-to-definition gh:403
77

88

99
*** Variables ***

atest/05_Features/Signature.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots signature
55
Test Setup Setup Notebook Python Signature.ipynb
66
Test Teardown Clean Up After Working With File Signature.ipynb
77

8-
Force Tags feature:signature
8+
Test Tags feature:signature
99

1010

1111
*** Variables ***

atest/05_Features/Syntax_highlighting.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Suite Setup Setup Suite For Screenshots syntax_highlighting
55
Test Setup Setup Highlighting Test
66
Test Teardown Clean Up After Working With File Syntax highlighting.ipynb
77

8-
Force Tags feature:syntax_highlighting
8+
Test Tags feature:syntax_highlighting
99

1010

1111
*** Test Cases ***

atest/06_Style.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Library Collections
55

66
Suite Setup Setup Suite For Screenshots style
77

8-
Force Tags ui:editor aspect:style
8+
Test Tags ui:editor aspect:style
99

1010

1111
*** Variables ***

0 commit comments

Comments
 (0)