File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ describe('Cypher Editor', () => {
42
42
// It can take a little while for the label meta-data to update in the background
43
43
cy . getEditor ( ) . type ( selectAllAndDelete )
44
44
cy . executeCommand ( 'return extraTimeForMetadataupdate' )
45
- cy . resultContains ( 'extraTimeForMetadataupdate ' )
45
+ cy . resultContains ( 'ERROR ' )
46
46
cy . wait ( 5000 )
47
47
48
48
cy . getEditor ( ) . type ( selectAllAndDelete )
Original file line number Diff line number Diff line change @@ -150,8 +150,8 @@ testData.forEach(testData => {
150
150
it ( 'can generate a set params template to use if query is missing params' , ( ) => {
151
151
cy . executeCommand ( ':clear' )
152
152
cy . executeCommand ( 'return $test1, $test2' )
153
- const expectedMessage = `Expected parameter(s): test1, test2 `
154
- cy . get ( '[data-testid="cypherFrameErrorMessage "]' , { timeout : 20000 } )
153
+ const expectedMessage = `Use this template to add missing parameter(s):`
154
+ cy . get ( '[data-testid="frameContents "]' , { timeout : 20000 } )
155
155
. first ( )
156
156
. should ( 'contain' , expectedMessage )
157
157
You can’t perform that action at this time.
0 commit comments