Skip to content

Commit a07e008

Browse files
committed
Update the tests for new typescript server
1 parent 3d94fde commit a07e008

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

atest/01_Editor.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ SCSS
6161

6262
TSX
6363
${def} = Set Variable xpath:(//span[contains(@class, 'cm-tag')][contains(text(), 'HelloWorld')])[last()]
64-
Editor Shows Features for Language TSX example.tsx Diagnostics=Cannot find module 'react' Jump to Definition=${def} Rename=${def}
64+
Editor Shows Features for Language TSX example.tsx Diagnostics='hello' is declared but its value is never read. Jump to Definition=${def} Rename=${def}
6565

6666
TypeScript
6767
${def} = Set Variable xpath:(//span[contains(@class, 'cm-variable')][contains(text(), 'inc')])[last()]

atest/05_Features/Hover.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Hover works in foreign code (javascript)
4242
# also for multiple cells of the same document
4343
Enter Cell Editor 3
4444
Trigger Tooltip Math
45-
Element Should Contain ${HOVER_BOX} const Math: Math
45+
Element Should Contain ${HOVER_BOX} Math: Math
4646

4747
*** Keywords ***
4848
Last Occurrence

atest/examples/example.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ export class HelloWorld extends React.Component<any, any> {
77
}
88

99
const hello = <HelloWorld/>;
10-
11-
;hello;

0 commit comments

Comments
 (0)