Remove redundant pause

This commit is contained in:
Buck Doyle
2020-04-03 12:53:57 -05:00
parent 2afe4441b4
commit dd1b2dc37d

View File

@@ -308,8 +308,6 @@ module('Acceptance | exec', function(hooks) {
allocation: allocation.id.split('-')[0],
});
await settled();
await Exec.terminal.pressEnter();
await settled();
mockSocket.onopen();