mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#120: hide active popup on route transition
This commit is contained in:
@@ -124,7 +124,7 @@ describe('<PopupStack />', () => {
|
||||
sinon.assert.calledOnce(props.destroy);
|
||||
});
|
||||
|
||||
it('should hide first popup in stack', () => {
|
||||
it('should hide first popup in stack if esc pressed', () => {
|
||||
const props = {
|
||||
destroy: sinon.stub(),
|
||||
popups: [
|
||||
|
||||
Reference in New Issue
Block a user