v1.19.25
[etcher.git] / tests / test.e2e.ts
blobf3a84194d46320d2b53d8087c36f4e32ae4df5a3
1 import { browser } from '@wdio/globals';
3 describe('Electron Testing', () => {
4         it('should print application title', async () => {
5                 console.log('Hello', await browser.getTitle(), 'application!');
6         });
7 });