Skip to content

Commit

Permalink
Update visual test's style module name for correct importing order
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Feb 27, 2019
1 parent a6dd00c commit 48e02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/visual/dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>

<dom-module id="text-field-styles" theme-for="vaadin-text-field">
<dom-module id="vaadin-text-field-styles" theme-for="vaadin-text-field">
<template>
<style>
/* Hide caret */
Expand Down

0 comments on commit 48e02b8

Please sign in to comment.