Test |
Duration |
Result |
GIVEN a pdf shown with a dynamic top toolbar WHEN setting engine view insets THEN set none |
0.441s |
passed |
GIVEN addressbar and navbar shown WHEN setting engine view insets THEN use both toolbars' heights |
0.452s |
passed |
GIVEN find in page active with a dynamic top toolbar WHEN setting engine view insets THEN set none |
0.602s |
passed |
GIVEN fixed toolbar WHEN setting engine view insets THEN use bottom toolbar's height as bottom margin |
0.446s |
passed |
GIVEN keyboard shown WHEN setting engine view insets THEN use both toolbars' heights |
0.429s |
passed |
GIVEN only a bottom toolbar WHEN setting engine view insets THEN use bottom toolbar's height |
0.448s |
passed |
GIVEN only a top toolbar WHEN setting engine view insets THEN use top toolbar's height |
1.178s |
passed |
WHEN initializeEngineView is called THEN setDynamicToolbarMaxHeight sets max height to the engine view as a sum of two toolbars heights |
0.047s |
passed |
WHEN isMicrosurveyEnabled and isExperimentationEnabled are false GIVEN a call to setupMicrosurvey THEN messagingFeature is not initialized |
0.023s |
passed |
WHEN isMicrosurveyEnabled and isExperimentationEnabled are true GIVEN a call to setupMicrosurvey THEN messagingFeature is initialized |
0.718s |
passed |
WHEN isMicrosurveyEnabled is false and isExperimentationEnabled true GIVEN a call to setupMicrosurvey THEN messagingFeature is not initialized |
0.031s |
passed |
WHEN isMicrosurveyEnabled is true and isExperimentationEnabled false GIVEN a call to setupMicrosurvey THEN messagingFeature is not initialized |
0.027s |
passed |
WHEN status is different from FAILED or COMPLETED then shouldShowCompletedDownloadDialog will be false |
0.018s |
passed |
WHEN status is equals to FAILED or COMPLETED and it is the same tab then shouldShowCompletedDownloadDialog will be true |
0.146s |
passed |
WHEN the tab is different from the initial one then shouldShowCompletedDownloadDialog will be false |
0.024s |
passed |
initializeEngineView should set EngineViewClippingBehavior when dynamic toolbar is enabled |
0.345s |
passed |
initializeEngineView should set toolbar height as EngineView parent's bottom margin if bottom toolbar is forced for a11y |
0.029s |
passed |
initializeEngineView should set toolbar height as EngineView parent's bottom margin if top toolbar is forced for a11y |
0.024s |
passed |
initializeEngineView should set toolbar height as EngineView parent's bottom margin when using bottom toolbar |
5.726s |
passed |
initializeEngineView should setDynamicToolbarMaxHeight to 0 if bottom toolbar is forced for a11y |
0.028s |
passed |
initializeEngineView should setDynamicToolbarMaxHeight to 0 if dynamic toolbar is disabled |
0.024s |
passed |
initializeEngineView should setDynamicToolbarMaxHeight to 0 if top toolbar is forced for a11y |
0.026s |
passed |
initializeEngineView should setDynamicToolbarMaxHeight to toolbar height if dynamic toolbar is enabled |
0.277s |
passed |