We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42d85c commit 1ccc028Copy full SHA for 1ccc028
1 file changed
packages/query-devtools/src/__tests__/Devtools.test.tsx
@@ -478,7 +478,7 @@ describe('Devtools', () => {
478
).toBeNull()
479
})
480
481
- it('should restore the in-page panel and reset "pip_open" when the PiP window is closed', () => {
+ it('should restore the in-page panel when the PiP window is closed', () => {
482
const { fire } = stubPipWindow()
483
const rendered = renderDevtools({ initialIsOpen: true })
484
@@ -487,9 +487,6 @@ describe('Devtools', () => {
487
)
488
fire('pagehide')
489
490
- expect(localStorage.getItem('TanstackQueryDevtools.pip_open')).toBe(
491
- 'false',
492
- )
493
expect(
494
rendered.getByLabelText('Open in picture-in-picture mode'),
495
).toBeInTheDocument()
0 commit comments