We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa8551 commit 572a135Copy full SHA for 572a135
tests/subredditInfo.js
@@ -15,9 +15,6 @@ module.exports = {
15
.assert.containsText('.RESHover', '/r/RESIntegrationTests')
16
.assert.visible('.RESHover a[href$="/r/RESIntegrationTests"]')
17
.assert.containsText('.RESHover', 'Subreddit created:')
18
- .moveToElement('.RESHover .RESCloseButton', 0, 0)
19
- .click('.RESHover .RESCloseButton')
20
- .waitForElementNotPresent('.RESHover')
21
.end();
22
},
23
};
0 commit comments