gitbutler/apps/desktop/e2e/index.spec.js
2024-08-02 14:17:32 +02:00

7 lines
163 B
JavaScript

describe('GitButler', () => {
it('should have the root element', async () => {
const element = await $('body.text-base');
expect(element).toExist();
});
});