troppoli
troppoli
The server.stop call does three things without any synchronization: sends out a bye stops the advertise loop closes sockets The trouble is that _stop (closing sockets) is called without waiting...
``` Sending 1 files to free worker... ERR test\e2e\pages\series-actions.ts Transformation error (Error transforming test\e2e\pages\series-actions.ts:276) Error transforming test\e2e\pages\series-actions.ts:276 > await protractor.browser.actions().sendKeys(Key.UP).perform() ^ Expected "proctractor.Key.XXX" as argument to the sendKeys command. Please...