Skip to content

Commit cbb9808

Browse files
authored
Fix startup and shutdown tests (#10284)
1 parent eea3f1c commit cbb9808

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/datascience/nativeEditor.functional.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,9 +540,6 @@ df.head()`;
540540
numberOfTimes: 3
541541
});
542542
runAllButton = findButton(newWrapper!, NativeEditor, 0);
543-
threeCellsUpdated = waitForMessage(ioc, InteractiveWindowMessages.ExecutionRendered, {
544-
numberOfTimes: 3
545-
});
546543
await waitForMessageResponse(ioc, () => runAllButton!.simulate('click'));
547544
await threeCellsUpdated;
548545
verifyHtmlOnCell(newWrapper!, 'NativeCell', `1`, 0);
@@ -554,7 +551,7 @@ df.head()`;
554551
}
555552
);
556553

557-
test('xFailure', async () => {
554+
test('Failure', async () => {
558555
let fail = true;
559556
const errorThrownDeferred = createDeferred<Error>();
560557
// Make a dummy class that will fail during launch

0 commit comments

Comments
 (0)