mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
SYNC: group by screenshot
This commit is contained in:
committed by
Diflow
parent
4489a54e82
commit
63693f908d
@@ -484,4 +484,15 @@ describe('Data browser data', () => {
|
|||||||
cy.contains('Autodetect - Form');
|
cy.contains('Autodetect - Form');
|
||||||
cy.themeshot('form-cell-view');
|
cy.themeshot('form-cell-view');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it.only('Group by', () => {
|
||||||
|
cy.contains('MySql-connection').click();
|
||||||
|
cy.contains('MyChinook').click();
|
||||||
|
cy.contains('Album').click();
|
||||||
|
cy.testid('WidgetIconPanel_database').click();
|
||||||
|
cy.testid('ColumnHeaderControl_dropdown_ArtistId').click();
|
||||||
|
cy.contains('Group by').click();
|
||||||
|
cy.testid('ColumnHeaderControl_dropdown_Title').first().click();
|
||||||
|
cy.themeshot('data-browser-group-by');
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
<DropDownButton menu={getMenu} narrow />
|
<DropDownButton menu={getMenu} narrow data-testid={`ColumnHeaderControl_dropdown_${column?.uniqueName}`} />
|
||||||
<div class="horizontal-split-handle resizeHandleControl" use:splitterDrag={'clientX'} on:resizeSplitter />
|
<div class="horizontal-split-handle resizeHandleControl" use:splitterDrag={'clientX'} on:resizeSplitter />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user