Lagt til bonus

This commit is contained in:
Børge Antonsen 2018-10-23 01:07:35 +02:00
parent 67b67a7b96
commit 4577e0f40f

11
tests/bonus.test.js Normal file
View File

@ -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!
});