We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 030b195 + 541cdb1 commit db5c446Copy full SHA for db5c446
api/feature/index.js
@@ -7,5 +7,10 @@ export default function (data) {
7
feature.self = self(data.id);
8
feature.traps = traps()
9
feature.auth = auth()
10
+ feature.page = {
11
+ appendToSharedSpace: ScratchTools.appendToSharedSpace,
12
+ waitForElement: ScratchTools.waitForElement,
13
+ waitForElements: ScratchTools.waitForElements,
14
+ }
15
return feature;
16
}
0 commit comments