Fix action logging in random spec
Esse commit está contido em:
@@ -1722,8 +1722,8 @@ describe "TextEditorPresenter", ->
|
||||
referencePresenter = new TextEditorPresenter(presenterParams)
|
||||
expect(presenter.state).toEqual referencePresenter.state
|
||||
|
||||
actions = []
|
||||
_.times 30, ->
|
||||
actions = []
|
||||
performRandomAction (action) -> actions.push(action)
|
||||
actualState = presenter.state
|
||||
expectedState = new TextEditorPresenter(presenterParams).state
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário