Skip to content

Commit

Permalink
test(tests): acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Mar 13, 2020
1 parent bca0ef5 commit cc92e44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/web/web_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package web

import (
"github.com/stretchr/testify/assert"
"io/ioutil"
"strings"
"testing"
"time"
Expand Down Expand Up @@ -288,6 +289,7 @@ func checkSelectionsInForm(t *testing.T) {
text(t, bananaOptField, "Banana")
text(t, watermelonOptField, "Watermelon")
text(t, pearOptField, "Pear")
clickS(t, page.FindByClass("select2-selection__arrow"))
text(t, twoYearsSelection, "two years")
text(t, threeYearsSelection, "three years")
text(t, fourYearsSelection, "four years")
Expand Down

0 comments on commit cc92e44

Please sign in to comment.