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
99
1010*** Test Cases ***
1111Diagnostics 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
1313 Page Should Contain Element css:.cm-lsp-diagnostic-tag-Deprecated
Original file line number Diff line number Diff line change 5555 "metadata" : {},
5656 "outputs" : [],
5757 "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"
6764 ]
6865 }
6966 ],
Original file line number Diff line number Diff line change @@ -37,5 +37,3 @@ dependencies:
3737 - robotframework >=4
3838 - robotframework-seleniumlibrary
3939 - 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