Skip to content
Snippets Groups Projects
Commit 67042cb2 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Try to fix tests failing

parent 866e2de9
No related branches found
No related tags found
No related merge requests found
...@@ -185,6 +185,7 @@ describe('channel', ()=> { ...@@ -185,6 +185,7 @@ describe('channel', ()=> {
it('should show the new name', ()=> { it('should show the new name', ()=> {
const channelName = sideNav.getChannelFromList(`NAME-EDITED-${ publicChannelName }`); const channelName = sideNav.getChannelFromList(`NAME-EDITED-${ publicChannelName }`);
channelName.waitForVisible(5000);
channelName.getText().should.equal(`NAME-EDITED-${ publicChannelName }`); channelName.getText().should.equal(`NAME-EDITED-${ publicChannelName }`);
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment