Update expected var selector to storage.modifier.js

This changed in the underlying JavaScript bundle
This commit is contained in:
Kevin Sawicki
2012-10-09 17:49:37 -07:00
parent 1694f74bcb
commit 2aa3667586

View File

@@ -998,7 +998,7 @@ describe "Editor", ->
line0 = editor.renderedLines.find('.line:first')
span0 = line0.children('span:eq(0)')
expect(span0).toMatchSelector '.source.js'
expect(span0.children('span:eq(0)')).toMatchSelector '.storage.type.js'
expect(span0.children('span:eq(0)')).toMatchSelector '.storage.modifier.js'
expect(span0.children('span:eq(0)').text()).toBe 'var'
span0_1 = span0.children('span:eq(1)')