mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed App test
- search url for opening modal was updated
This commit is contained in:
parent
52d00ecc72
commit
5058e46ec8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import App from './App';
|
|||
import React from 'react';
|
||||
|
||||
test('renders Sodo Search app component', () => {
|
||||
window.location.hash = '#/sodo-search';
|
||||
window.location.hash = '#/search';
|
||||
render(<App />);
|
||||
// const containerElement = screen.getElementsByClassName('gh-portal-popup-container');
|
||||
const containerElement = document.querySelector('.gh-root-frame');
|
||||
|
|
Loading…
Add table
Reference in a new issue