diff --git a/tests/bonus.test.js b/tests/bonus.test.js new file mode 100644 index 0000000..6041e86 --- /dev/null +++ b/tests/bonus.test.js @@ -0,0 +1,11 @@ +// @ts-check + +import { Selector } from 'testcafe' + +fixture('Bouvet NORD - FGM TestCafe') + .page('https://codepen.io/bovan/full/aRazXV/') + + +test('Fyll ut skjema', async t => { + // Skriv kode her! +});