Workaround a bug when 2 webviews are loaded at the same time.

In some cases the spectron tests time out in app:start. This should
prevent it.

Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2019-02-14 14:03:32 +01:00
parent ce9f142621
commit 43319853ef

View File

@ -92,6 +92,7 @@
<div>
<featured-project
ng-if="main.state.isFlashing()"
ng-class="{
'fp-visible': main.state.isFlashing() && main.isWebviewShowing
}"