Skip to content

Commit

Permalink
Run P3 tests in Firefox and Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 19, 2018
1 parent 2809b21 commit a19e2ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/form-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>vaadin-form-layout tests</title>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../vaadin-form-item.html">
</head>

Expand Down
1 change: 1 addition & 0 deletions test/form-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<title>vaadin-form-layout tests</title>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../../vaadin-text-field/vaadin-text-field.html">
<link rel="import" href="../../paper-input/paper-input.html">
<link rel="import" href="../vaadin-form-layout.html">
Expand Down
4 changes: 3 additions & 1 deletion wct.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ module.exports = {
'macOS 10.12/iphone@11.2',
'macOS 10.12/ipad@11.2',
'Windows 10/chrome@65',
'macOS 10.12/safari@11.0'
'macOS 10.12/safari@11.0',
'Windows 10/firefox@59',
'Windows 10/microsoftedge@16'
];

var cronPlatforms = [
Expand Down

0 comments on commit a19e2ba

Please sign in to comment.