mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
SYNC: fixed test
This commit is contained in:
committed by
Diflow
parent
71e0109927
commit
c442c98ecf
@@ -498,12 +498,13 @@ describe('Data browser data', () => {
|
||||
cy.themeshot('public-knowledge-base-tables-sizes');
|
||||
});
|
||||
|
||||
it('Private cloud - sign in', () => {
|
||||
it('Auto detect chart', () => {
|
||||
cy.contains('MySql-connection').click();
|
||||
cy.contains('MyChinook').click();
|
||||
cy.contains('Invoice').rightclick();
|
||||
cy.contains('SQL template').click();
|
||||
cy.contains('SELECT').click();
|
||||
cy.testid('QueryTab_detectChartButton').click();
|
||||
cy.testid('QueryTab_executeButton').click();
|
||||
cy.contains('Chart 1').click();
|
||||
cy.testid('JslChart_customizeButton').click();
|
||||
|
||||
@@ -855,6 +855,7 @@
|
||||
{#if isProApp() && visibleResultTabs && !busy}
|
||||
<ToolStripButton
|
||||
icon="icon chart"
|
||||
data-testid="QueryTab_openChartButton"
|
||||
on:click={() => {
|
||||
domResultTabs?.openCurrentChart();
|
||||
}}
|
||||
@@ -865,6 +866,7 @@
|
||||
{#if isProApp() && !visibleResultTabs}
|
||||
<ToolStripButton
|
||||
icon="icon chart"
|
||||
data-testid="QueryTab_detectChartButton"
|
||||
on:click={() => {
|
||||
autoDetectCharts = !autoDetectCharts;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user