|
|
|
@ -30,8 +30,8 @@ module.exports = { |
|
|
|
|
browser.waitForElementVisible('*[data-id="verticalIconsKindudapp"]') |
|
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
|
.clickInstance(0) |
|
|
|
|
.scrollAndClick('*[title="string name, uint256 goal"]') |
|
|
|
|
.setValue('*[title="string name, uint256 goal"]', '"toast", 999') |
|
|
|
|
.scrollAndClick('*[data-title="string name, uint256 goal"]') |
|
|
|
|
.setValue('*[data-title="string name, uint256 goal"]', '"toast", 999') |
|
|
|
|
.click('*[data-id="createProject - transact (not payable)"]') |
|
|
|
|
.debugTransaction(0) |
|
|
|
|
.pause(2000) |
|
|
|
|