diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index 128fee9519..17bd81d4f7 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -11,7 +11,6 @@ import {Bucket, Organization} from '../../src/client' import {FlagMap} from 'src/shared/actions/flags' import {addTimestampToRecs, addStaggerTimestampToRecs, parseTime} from './Utils' import 'cypress-file-upload' -import 'cypress-localstorage-commands' const DEX_URL_VAR = 'dexUrl'