repo.or.cz
/
etcher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
v1.19.25
[etcher.git]
/
tests
/
test.e2e.ts
blob
f3a84194d46320d2b53d8087c36f4e32ae4df5a3
1
import { browser } from '@wdio/globals';
2
3
describe('Electron Testing', () => {
4
it('should print application title', async () => {
5
console.log('Hello', await browser.getTitle(), 'application!');
6
});
7
});