mirror of
https://github.com/maputnik/editor.git
synced 2026-08-01 02:37:40 +00:00
Added more webdriver tests testing against a real browser.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
"$": function(key, selector) {
|
||||
selector = selector || "";
|
||||
return "*[data-wd-key='"+key+"'] "+selector;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user