Skip to content
Snippets Groups Projects
Commit 04f224fc authored by Alexander Kryklia's avatar Alexander Kryklia Committed by polesye
Browse files

Fix typo.

parent 4c2ab398
No related merge requests found
......@@ -376,10 +376,10 @@ define ["js/models/metadata", "js/collections/metadata", "js/views/metadata", "c
@el.find('input').last().trigger('input')
expect(@el.find('.create-setting')).not.toHaveClass('is-disabled')
describe "MetadataView.IsoTime allows the user to enter time string in HH:mm:ss format", ->
describe "MetadataView.RelativeTime allows the user to enter time string in HH:mm:ss format", ->
beforeEach ->
model = new MetadataModel(timeEntry)
@view = new MetadataView.IsoTime({model: model})
@view = new MetadataView.RelativeTime({model: model})
it "uses a text input type", ->
assertInputType(@view, 'text')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment