mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Removed old comments.
This commit is contained in:
@@ -5,8 +5,6 @@ var config = require("../../config/specs");
|
||||
var helper = require("../helper");
|
||||
|
||||
|
||||
|
||||
// TODO: Is this needed?
|
||||
function closeModal(wdKey) {
|
||||
browser.waitUntil(function() {
|
||||
return browser.isVisibleWithinViewport(wd.$(wdKey));
|
||||
@@ -85,6 +83,7 @@ describe("modals", function() {
|
||||
|
||||
// TODO: Work out how to download a file and check the contents
|
||||
it("download")
|
||||
|
||||
// TODO: Work out how to mock the end git points
|
||||
it("save to gist")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user