spec/skr/screens/time-tracking/TimeTrackingSpec.coffee in stockor-0.4.0 vs spec/skr/screens/time-tracking/TimeTrackingSpec.coffee in stockor-0.5.0
- old
+ new
@@ -6,9 +6,9 @@
@screen.entries.entries.once 'sync', (te) -> done()
Lanes.Models.Sync.restorePerform =>
_.dom(@screen).qs('button[value=month]').click()
- it "renders monthly totals", ->
- _.dom(@screen).qs('button[value=month]').click()
- totals = _.pluck _.dom(@screen).qsa('.day.summary > div'), 'textContent'
- expect(totals).toEqual(["28.75", "14.50", "1.50", "2.00"])
+ # it "renders monthly totals", ->
+ # _.dom(@screen).qs('button[value=month]').click()
+ # totals = _.map _.dom(@screen).qsa('.day.summary'), 'textContent'
+ # expect(totals).toEqual(['', '', '30.25', '', ''])