mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix test typo on Chrome
This commit is contained in:
@@ -48,7 +48,7 @@ import { afterNextRender } from '../../lib/utils/render-status.js';
|
||||
suite('async global custom-style', function() {
|
||||
|
||||
test('async loaded custom-style applies', function(done) {
|
||||
import('custom-style-async-import.js').then(() => {
|
||||
import('./custom-style-async-import.js').then(() => {
|
||||
afterNextRender(null, function() {
|
||||
assertComputed(host.$.client, '8px');
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user