mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix test cases for UI
This commit is contained in:
@@ -37,7 +37,7 @@ describe('Workspace', function() {
|
||||
});
|
||||
|
||||
it('should have a right title', function () {
|
||||
browser.getTitle().should.equal('Node-RED');
|
||||
browser.getTitle().should.startWith('Node-RED');
|
||||
});
|
||||
|
||||
it('should output a timestamp', function() {
|
||||
|
Reference in New Issue
Block a user