File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
<a href="https://docs.lyra.com/en/rest/V4.0/javascript/"><strong>Explore the docs »</strong></a>
30
30
<br />
31
31
<br />
32
- <a href="https://github.com/embedded-form-glue/issues ">Quick Start</a>
32
+ <a href="https://github.com/lyra/ embedded-form-glue#getting-started ">Quick Start</a>
33
33
·
34
34
<a href="https://github.com/lyra/embedded-form-glue/issues">Report Bug</a>
35
35
·
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const keyMap = {
6
6
'69876357:testpublickey_DEMOPUBLICKEY95me92597fd28tGD4r5' ,
7
7
'~~CHANGE_ME_USER~~' : '69876357' ,
8
8
'~~CHANGE_ME_PASSWORD~~' : 'testpassword_DEMOPRIVATEKEY23G4475zXZQ2UA5x7M' ,
9
- '~~CHANGE_ME_ENDPOINT~~' : 'https://api .lyra.com' ,
9
+ '~~CHANGE_ME_ENDPOINT~~' : 'https://static .lyra.com' ,
10
10
'~~CHANGE_ME_HMAC_SHA256_KEY~~' : '38453613e7f44dc58732bad3dca2bca3' ,
11
11
'~~CHANGE_ME_ENDPOINT_NO_HTTPS~~' : 'api.lyra.com'
12
12
}
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ import { defineConfig } from '@playwright/test'
3
3
4
4
export default defineConfig ( {
5
5
expect : {
6
- timeout : 30 * 1000
6
+ timeout : 60 * 1000
7
7
}
8
8
} )
You can’t perform that action at this time.
0 commit comments