diff --git a/tests/suites/tenant/queryEditor/models/QueryEditor.ts b/tests/suites/tenant/queryEditor/models/QueryEditor.ts index 870ad0c412..dbc7c8d08e 100644 --- a/tests/suites/tenant/queryEditor/models/QueryEditor.ts +++ b/tests/suites/tenant/queryEditor/models/QueryEditor.ts @@ -10,7 +10,7 @@ import {PaneWrapper, ResultTable} from './ResultTable'; import {SettingsDialog} from './SettingsDialog'; export enum ExplainResultType { - Schema = 'Schema', + Schema = 'Computation Graph', JSON = 'JSON', AST = 'AST', }