Skip to content
Snippets Groups Projects
Commit 69b55fba authored by paflov's avatar paflov
Browse files

Even more debug stuff to debug CI-only.problem

parent 34efeae8
No related branches found
No related tags found
No related merge requests found
Pipeline #33908 failed
......@@ -10,6 +10,7 @@ test:
script:
- apt-get update && apt-get install firefox-esr -y
- firefox-esr --version
- whoami
- npm install
- export TERM=xterm
- npm run test
......@@ -44,7 +44,9 @@ describe('simple player', () => {
.setFirefoxOptions(options)
.build();
} catch (e) {
console.log("€€€€€€€€€€€");
console.error(e);
console.log("€€€€€€€€€€€");
}
console.log(!driver ? '##### driver is not' : '#### ');
done();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment