Merge branch 'webide/update-example-names' into 'dev'
webide/update to shorten example names in webide See merge request ligolang/ligo!660
This commit is contained in:
commit
f7069de52d
@ -1,5 +1,5 @@
|
||||
(*_*
|
||||
name: Increment Contract (CameLIGO)
|
||||
name: Increment (CameLIGO)
|
||||
language: cameligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -1,5 +1,5 @@
|
||||
(*_*
|
||||
name: ID Contract (CameLIGO)
|
||||
name: ID (CameLIGO)
|
||||
language: cameligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -1,5 +1,5 @@
|
||||
(*_*
|
||||
name: Increment Contract (PascaLIGO)
|
||||
name: Increment (PascaLIGO)
|
||||
language: pascaligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -1,5 +1,5 @@
|
||||
(*_*
|
||||
name: ID Contract (PascaLIGO)
|
||||
name: ID (PascaLIGO)
|
||||
language: pascaligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -1,5 +1,5 @@
|
||||
(*_*
|
||||
name: Increment Contract (ReasonLIGO)
|
||||
name: Increment (ReasonLIGO)
|
||||
language: reasonligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* (*_*
|
||||
name: ID Contract (ReasonLIGO)
|
||||
name: ID (ReasonLIGO)
|
||||
language: reasonligo
|
||||
compile:
|
||||
entrypoint: main
|
||||
|
@ -24,7 +24,7 @@ describe('Share', () => {
|
||||
await responseCallback;
|
||||
|
||||
const actualShareLink = await page.evaluate(getInputValue, 'share-link');
|
||||
const expectedShareLink = `${API_HOST}/p/Q6NsW75ot2Tym5I4JU8AgQ`
|
||||
const expectedShareLink = `${API_HOST}/p/_NR3BFP2j3bclsSLzP6fXg`
|
||||
|
||||
expect(actualShareLink).toEqual(expectedShareLink);
|
||||
done();
|
||||
|
Loading…
Reference in New Issue
Block a user