We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96650e commit abdf53fCopy full SHA for abdf53f
tests/suites/tenant/queryEditor/models/ResultTable.ts
@@ -29,7 +29,7 @@ export class ResultTable {
29
30
constructor(selector: Locator) {
31
this.table = selector.locator('.ydb-query-result-sets-viewer__result');
32
- this.preview = selector.locator('.kv-preview__result');
+ this.preview = selector.locator('.ydb-preview__result');
33
this.resultHead = selector.locator('.ydb-query-result-sets-viewer__head');
34
this.resultTitle = selector.locator('.ydb-query-result-sets-viewer__title');
35
this.resultWrapper = selector.locator('.ydb-query-result-sets-viewer__result-wrapper');
0 commit comments