Chore: Re-enable skipped test (#49484) (#49676)

* Re-enable skipped test

(cherry picked from commit a008a01315)

Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-26 12:25:18 +02:00
committed by GitHub
co-authored by Piotr Jamróz
parent 4c6cfdcb7d
commit 2630dcaea5
@@ -124,10 +124,7 @@ describe('Explore: Query History', () => {
await assertQueryHistory(['{"expr":"query #2"}', '{"expr":"query #1"}']);
});
/**
* TODO: #47635 check why this test times out
*/
it.skip('updates the state in both Explore panes', async () => {
it('updates the state in both Explore panes', async () => {
const urlParams = {
left: serializeStateToUrlParam({
datasource: 'loki',