grafana/public/app/features/playlist
Ashley Harrison d832bde270
Upgrade @testing-library/user-event to v14 (#47898)
* Update dependency @testing-library/user-event to v14

* everything is async...

* everything is async pt.2

* Fix cascader tests

* hack the yarn.lock file to remove the old version of @testing-library/dom

* some more fixes!

* MOAR FIXES

* more fixes

* remove a bunch of places where we're wrapping in act()

* down to 7 failing tests...

* Fix arrow tests

* Fix rest of NavBarItem tests

* Fix last tests

* Use {Enter} instead of {enter}

* Revert "Use {Enter} instead of {enter}"

This reverts commit e72453bb52.

* remove some unused act imports

* Fix LibraryPanelsSearch tests

* more stable test

* More consistent test...

Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-21 13:15:21 +01:00
..
api.ts PlayList: add delete functionality to remove playlist (#38120) 2021-09-01 13:23:57 +01:00
EmptyQueryListBanner.tsx PlaylistPage: fix search input (#39226) 2021-09-22 10:45:29 +01:00
PlaylistEditPage.test.tsx Upgrade @testing-library/user-event to v14 (#47898) 2022-04-21 13:15:21 +01:00
PlaylistEditPage.tsx Pages: update react components to use v2 theme (#33413) 2021-04-28 16:05:00 +02:00
PlaylistForm.test.tsx Upgrade @testing-library/user-event to v14 (#47898) 2022-04-21 13:15:21 +01:00
PlaylistForm.tsx A11y: Fix fastpass issues for dashboard management pages (#39940) 2021-10-06 11:58:18 +01:00
PlaylistNewPage.test.tsx Upgrade @testing-library/user-event to v14 (#47898) 2022-04-21 13:15:21 +01:00
PlaylistNewPage.tsx Pages: update react components to use v2 theme (#33413) 2021-04-28 16:05:00 +02:00
PlaylistPage.test.tsx Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
PlaylistPage.tsx A11y: Fix fastpass issues for dashboard management pages (#39940) 2021-10-06 11:58:18 +01:00
PlaylistPageList.tsx Playlists: Enable sharing direct links to playlists (#44161) 2022-01-19 09:44:29 +00:00
PlaylistSrv.test.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
PlaylistSrv.ts Chore: Fix more TypeScript strict errors (#37066) 2021-07-22 08:09:55 +01:00
PlaylistStartPage.tsx Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
PlaylistTable.tsx Playlist: Migrates New/Edit pages to React (#32218) 2021-03-23 07:45:04 +01:00
PlaylistTableRow.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
PlaylistTableRows.tsx UI text edits (#32524) 2021-03-31 16:07:37 -07:00
ShareModal.tsx Playlists: Enable sharing direct links to playlists (#44161) 2022-01-19 09:44:29 +00:00
StartModal.tsx Playlists: Enable sharing direct links to playlists (#44161) 2022-01-19 09:44:29 +00:00
styles.ts Theme: Renames new theme model from GrafanaThemeV2 to just GrafanaTheme (#33619) 2021-05-03 09:45:54 +02:00
types.ts Playlists: Enable sharing direct links to playlists (#44161) 2022-01-19 09:44:29 +00:00
usePlaylist.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
usePlaylistItems.tsx Chore: Reduces strict errors in DashboardPickerByID (#40431) 2021-10-14 10:20:04 +02:00