From fd845f8ab31e4a081c8e4755b25459008e015551 Mon Sep 17 00:00:00 2001 From: Daniel Campbell Date: Tue, 24 Oct 2023 09:17:45 -0700 Subject: [PATCH] fix: remove unused import --- cypress/support/commands.ts | 1 - 1 file changed, 1 deletion(-) 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'