Skip to content

Commit db5c446

Browse files
authored
Merge branch 'main' into flag-on-profile
2 parents 030b195 + 541cdb1 commit db5c446

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

api/feature/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@ export default function (data) {
77
feature.self = self(data.id);
88
feature.traps = traps()
99
feature.auth = auth()
10+
feature.page = {
11+
appendToSharedSpace: ScratchTools.appendToSharedSpace,
12+
waitForElement: ScratchTools.waitForElement,
13+
waitForElements: ScratchTools.waitForElements,
14+
}
1015
return feature;
1116
}

0 commit comments

Comments
 (0)