* Re-enable skipped test
(cherry picked from commit a008a01315)
Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user