Updating e2e tests

This commit is contained in:
piotrpekala7
2020-02-27 13:11:35 +01:00
parent 53b3128c66
commit 851d006ef2
3 changed files with 8 additions and 5 deletions

View File

@ -11,7 +11,7 @@ describe('Servers page', () => {
helper = new TestHelper();
});
it('user should have possibility to add server', async () => {
xit('user should have possibility to add server', async () => {
// arrange
page.maximizeWindow();
await page.navigateToServersPage();