File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Resource ../Keywords.robot
9
9
10
10
*** Test Cases ***
11
11
Diagnostics with deprecated tag have strike-through decoration
12
- Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="Use new_func instead "] timeout=25s
12
+ Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="is deprecated "] timeout=25s
13
13
Page Should Contain Element css:.cm-lsp-diagnostic-tag-Deprecated
Original file line number Diff line number Diff line change 55
55
"metadata" : {},
56
56
"outputs" : [],
57
57
"source" : [
58
- " from deprecated import deprecated\n " ,
59
- " \n " ,
60
- " \n " ,
61
- " @deprecated('Use new_func instead.')\n " ,
62
- " def old_func():\n " ,
63
- " pass\n " ,
64
- " \n " ,
65
- " \n " ,
66
- " old_func"
58
+ " %%javascript\n " ,
59
+ " /**\n " ,
60
+ " * @deprecated\n " ,
61
+ " */\n " ,
62
+ " function oldFunc() {}\n " ,
63
+ " oldFunc"
67
64
]
68
65
}
69
66
],
Original file line number Diff line number Diff line change @@ -37,5 +37,3 @@ dependencies:
37
37
- robotframework >=4
38
38
- robotframework-seleniumlibrary
39
39
- python-lsp-server
40
- - pip :
41
- - git+https://github.com/krassowski/pyls-memestra.git@add-deprecated-tag
You can’t perform that action at this time.
0 commit comments