[ADF-2415] PDF Viewer - open password protected pdf files (#3022)

* pdf password dialog

* PDF viewer onPassword test

* pdf password dialog

* PDF viewer onPassword test

* test

* test

* test

* test

* test

* test

* test

* fix password test

* travis improvements
This commit is contained in:
Cilibiu Bogdan
2018-03-21 21:30:20 +00:00
committed by Eugenio Romano
parent 2951374cc0
commit ae8b7419a0
12 changed files with 377 additions and 7 deletions
+7 -1
View File
@@ -6,7 +6,10 @@ node_js:
addons:
chrome: stable
before_script:
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
@@ -62,6 +65,9 @@ script:
jobs:
include:
- stage: Check build demo shell in production mode AND e2e
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: ./scripts/test-dist.sh
- stage: Check 2.0.0 Project Update
script: ./scripts/test-e2e-bc.sh