@ -13,7 +13,7 @@
|
||||
<button id="run-btn">Run</button>
|
||||
<button id="reset-btn">Reset</button>
|
||||
</div>
|
||||
<scroll-app></scroll-app>
|
||||
<scroll-app>Loading...</scroll-app>
|
||||
|
||||
$SCRIPTS$
|
||||
</body>
|
||||
|
@ -9,6 +9,7 @@ describe('message bus', function() {
|
||||
|
||||
it('should receive a response from the worker', function() {
|
||||
browser.get(URL);
|
||||
browser.sleep(5000);
|
||||
|
||||
var VALUE = "hi there";
|
||||
var input = element.all(by.css("#echo_input")).first();
|
||||
|
Reference in New Issue
Block a user