Skip to content

Commit 12dff3e

Browse files
committed
Try to re-enable Julia atest with an additional time and without diagnostic
1 parent fcfee00 commit 12dff3e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

atest/01_Editor.robot

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ JSON
2727
JSX
2828
${def} = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'hello')])[last()]
2929
Editor Shows Features for Language JSX example.jsx Diagnostics=Expression expected Jump to Definition=${def} Rename=${def}
30-
# Julia
31-
# ${def} = Set Variable xpath:(//span[contains(@class, 'cm-builtin')][contains(text(), 'add_together')])[last()]
32-
# Editor Shows Features for Language Julia example.jl Diagnostics=Possible method call error Jump to Definition=${def} Rename=${def}
30+
31+
Julia
32+
${def} = Set Variable xpath:(//span[contains(@class, 'cm-builtin')][contains(text(), 'add_together')])[last()]
33+
Editor Shows Features for Language Julia example.jl Jump to Definition=${def} Rename=${def}
3334

3435
LaTeX
3536
[Tags] language:latex
@@ -73,7 +74,9 @@ YAML
7374
Editor Shows Features for Language
7475
[Arguments] ${Language} ${file} &{features}
7576
Prepare File for Editing ${Language} editor ${file}
77+
Run Keyword If "${Language}" == "Julia" Sleep 35s
7678
Wait Until Fully Initialized
79+
Run Keyword If "${Language}" == "Julia" Sleep 5s
7780
FOR ${f} IN @{features}
7881
Run Keyword If "${f}" == "Diagnostics" Editor Should Show Diagnostics ${features["${f}"]}
7982
... ELSE IF "${f}" == "Jump to Definition" Editor Should Jump To Definition ${features["${f}"]}

0 commit comments

Comments
 (0)