mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 18:54:52 +00:00
Remove unnecessary code
This commit is contained in:
parent
a42c36ad3a
commit
ce5585c20e
@ -21,14 +21,6 @@ describe('Darkwire', () => {
|
||||
});
|
||||
});
|
||||
|
||||
afterEach((client, done) => {
|
||||
done();
|
||||
});
|
||||
|
||||
beforeEach((client, done) => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('Should show welcome modal', () => {
|
||||
browser
|
||||
.waitForElementVisible('#first-modal', 5000)
|
||||
@ -80,7 +72,7 @@ describe('Darkwire', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Should send a message', (client) => {
|
||||
it('Should send a message', () => {
|
||||
browser.windowHandles((result) => {
|
||||
browser.switchWindow(result.value[0], () => {
|
||||
browser
|
||||
|
Loading…
x
Reference in New Issue
Block a user