mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed App ui tests
refs https://github.com/TryGhost/Team/issues/1665 - search modal is not opened by default and only triggered on the url
This commit is contained in:
parent
6ccec26a3a
commit
12b58cb483
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import App from './App';
|
|||
import React from 'react';
|
||||
|
||||
test('renders Sodo Search app component', () => {
|
||||
window.location.hash = '#/sodo-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