pull/4791/head
filip mertens 6 months ago
parent 8c1a134a56
commit a01e309e6a
  1. 4
      apps/remix-ide-e2e/src/tests/vyper_api.test.ts
  2. 9
      apps/vyper/src/app/utils/remix-client.tsx

@ -40,7 +40,7 @@ module.exports = {
.openFile('src')
.openFile('src/snekmate')
.openFile('src/snekmate/tokens')
.openFile('src/snekmate/tokens/ERC721.vy')
.openFile('src/snekmate/tokens/erc721.vy')
},
// 'Add vyper file to run tests #group1': function (browser: NightwatchBrowser) {
// browser.addFile('TestBallot.sol', sources[0]['TestBallot.sol'])
@ -159,7 +159,7 @@ module.exports = {
.openFile('src/snekmate')
.openFile('src/snekmate/auth')
.openFile('src/snekmate/auth/Ownable.vy')
.rightClick('*[data-id="treeViewLitreeViewItemsrc/snekmate/auth/Ownable.vy"]')
.rightClick('*[data-id="treeViewLitreeViewItemsrc/snekmate/auth/ownable.vy"]')
.waitForElementVisible('*[data-id="contextMenuItemvyper"]')
.click('*[data-id="contextMenuItemvyper"]')
.clickLaunchIcon('vyper')

@ -88,14 +88,7 @@ export class RemixClient extends PluginClient<any, CustomRemixApi> {
'clone',
{url: 'https://github.com/pcaversaccio/snekmate', token: null, branch: 'main', singleBranch: true, workspaceName: 'snekmate'},
)
await this.call('dgitApi', 'checkout', {
ref: 'v0.0.5',
force: true,
refresh: true
})
this.call(
// @ts-ignore
'notification',

Loading…
Cancel
Save