mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Enable nestedFolders by default (#84631)
* Enable nestedFolders by default * Make nestedFolders GA Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com> * regenerate files * also update docs * skip failing test --------- Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
This commit is contained in:
@@ -5,7 +5,7 @@ describe('Select focus/unfocus tests', () => {
|
||||
e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD'));
|
||||
});
|
||||
|
||||
it('Tests select focus/unfocus scenarios', () => {
|
||||
it.skip('Tests select focus/unfocus scenarios', () => {
|
||||
e2e.flows.openDashboard({ uid: '5SdHCadmz' });
|
||||
e2e.components.PageToolbar.item('Dashboard settings').click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user