Skip to content

Commit

Permalink
fix(tests): make tests workable again
Browse files Browse the repository at this point in the history
  • Loading branch information
miniJoker committed Feb 10, 2020
1 parent 881d97f commit 86599d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qa/testcafe/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export default class basic {
.typeText('veda-control.-view.edit.search[property="rdfs:comment"]', comment)
.wait(1000)
.hover('em[about="v-ui:testFile"]')
.hover('em[about="v-s:hasTransportKind"]')
.typeText('veda-control[property="v-ui:testString"]', testString)
.wait(1000)
.click('veda-control[data-type="select"][property="v-ui:testInteger"]')
Expand Down

0 comments on commit 86599d3

Please sign in to comment.