Skip to content

Instantly share code, notes, and snippets.

@LiorB-D
Created July 12, 2022 10:09
Show Gist options
  • Save LiorB-D/d56ba600a399298ea278ce1c95267e52 to your computer and use it in GitHub Desktop.
Save LiorB-D/d56ba600a399298ea278ce1c95267e52 to your computer and use it in GitHub Desktop.
import { aui } from './helper/jest.setup';
describe('jest with askui', () => {
it('should click on text', async () => {
await aui
.click()
.text()
.exec();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment