mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Update expected var selector to storage.modifier.js
This changed in the underlying JavaScript bundle
This commit is contained in:
@@ -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)')
|
||||
|
||||
Reference in New Issue
Block a user