This commit is contained in:
Xavier Guimard 2018-04-09 07:08:07 +02:00
parent 71c079186e
commit 00ec40fc90

View File

@ -87,7 +87,7 @@ describe('05 Lemonldap::NG Manager', function() {
}
});
});
expect(element(by.id('t-virtualHosts/test1.example.com/post/n' + id)).getText()).toMatch(/^https?:\/\ //);
expect(element(by.id('t-virtualHosts/test1.example.com/post/n' + id)).getText()).toMatch(/^https?:\/\//);
id++;
}
});