Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(364)

Unified Diff: test/test_charm_panel.js

Issue 7609043: Fix IE nitpicks
Patch Set: Created 12 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/views/stylesheet.less ('k') | test/test_environment_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test_charm_panel.js
=== modified file 'test/test_charm_panel.js'
--- test/test_charm_panel.js 2013-02-18 09:28:13 +0000
+++ test/test_charm_panel.js 2013-03-07 22:22:10 +0000
@@ -156,6 +156,10 @@
it('must show a ghosted service only when configuring a new charm',
function() {
+ if (Y.UA.ie === 10) {
+ // IE10 Can't simulate blur at time of writing.
+ return;
+ }
var db = new models.Database(),
panel = Y.namespace('juju.views').CharmPanel.getInstance({
charm_store: new juju.CharmStore({datasource: {
« no previous file with comments | « lib/views/stylesheet.less ('k') | test/test_environment_view.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b