UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 667d53d8 authored by Christopher O'Connell's avatar Christopher O'Connell
Browse files

fix typo

parent 895ae097
No related branches found
No related tags found
1 merge request!63Fix save data source cypress test
Pipeline #2379664 passed
This commit is part of merge request !63. Comments created here will be created in the context of that merge request.
......@@ -45,7 +45,7 @@ describe('Tempo Test', function () {
// Set constant for output options to save/test data source
const saveOutputOptions = ['Data source is working', 'Data source successfully connected']
const saveOutput = new RegExp(`${runout.join('|')}`, 'g')
const saveOutput = new RegExp(`${saveOutputOptions.join('|')}`, 'g')
// Enter 'tempo' in the search field and
cy.get('input[placeholder="Search by name or type"]').type('tempo');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment