Update spec for MRU tab functionality with correct function name.

This commit is contained in:
natalieogle
2016-02-16 21:12:05 -08:00
parent 69a6b9e5c5
commit 463dc6955a

View File

@@ -196,7 +196,7 @@ describe "Pane", ->
pane.activateNextRecentlyUsedItem()
expect(pane.getActiveItem()).toBe item2
pane.activateNextRecentlyUsedItem()
pane.stopMovingThroughStackAndMoveItemToEndOfStack()
pane.moveItemToTopOfStack()
expect(pane.getActiveItem()).toBe item1
expect(pane.itemStack[4]).toBe item1
pane.activateNextRecentlyUsedItem()
@@ -210,7 +210,7 @@ describe "Pane", ->
pane.activateNextRecentlyUsedItem()
expect(pane.getActiveItem()).toBe item1
pane.activateNextRecentlyUsedItem()
pane.stopMovingThroughStackAndMoveItemToEndOfStack()
pane.moveItemToTopOfStack()
expect(pane.getActiveItem()).toBe item4
expect(pane.itemStack[4]).toBe item4