Index: Tools/GardeningServer/ui/test/ct-test-output-tests.html |
diff --git a/Tools/GardeningServer/ui/test/ct-test-output-tests.html b/Tools/GardeningServer/ui/test/ct-test-output-tests.html |
index 15664664c4f4668d12282daddd173f2c99a1254d..aec17d11b22e6df012d429ab0295d04ffc469337 100644 |
--- a/Tools/GardeningServer/ui/test/ct-test-output-tests.html |
+++ b/Tools/GardeningServer/ui/test/ct-test-output-tests.html |
@@ -50,7 +50,7 @@ describe('ct-test-output', function() { |
assert.lengthOf(output.shadowRoot.querySelectorAll('img'), 0); |
assert.lengthOf(output.shadowRoot.querySelectorAll('audio'), 0); |
- var iframes = output.shadowRoot.querySelectorAll('iframe'); |
+ var iframes = output.shadowRoot.querySelectorAll('ct-popout-iframe'); |
assert.lengthOf(iframes, 1); |
assert.equal(iframes[0].src, url); |
}); |