You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: e2e/features/requestToken/RequestToken.feature
+4-4
Original file line number
Diff line number
Diff line change
@@ -43,16 +43,16 @@ Feature: Request Token
43
43
Then button with text "Copy link" should be enabled
44
44
And Element 'qrContainer' should not contain class 'disabled'
45
45
Given I click on a button with text "Add message (Optional)"
46
-
And I type "hello&(&*#(@))*!#@$^%#@&@)world!@&$^#message*@)#*)@$$@&^!(@#)~~@!@#" in "reference-field"
47
-
Then I should possibly see "-3 bytes left"
46
+
And I type "hello(*#(@))*!#@$^%#@@)world!@$^#message*@)#*)@$$@^!(@#)~~@!@#tester12334" in "reference-field"
47
+
Then I should possibly see "-9 bytes left"
48
48
And Element 'qrContainer' should contain class 'disabled'
49
49
50
50
Scenario: Request token should generate a copy link if message is within 64 characters
51
51
Given I type "10" in "amount"
52
52
Then button with text "Copy link" should be enabled
53
53
And Element 'qrContainer' should not contain class 'disabled'
54
54
Given I click on a button with text "Add message (Optional)"
55
-
And I type "hello&(&*#(@))*!#@$^%#@&@)world!@&$^#message*@)#*)@$$@&^!(@#)~~@" in "reference-field"
55
+
And I type "hello(*#(@))*!#@$^%#@@)world!@$^#message*@)#*)@$$@^!(@#)~~@test1" in "reference-field"
56
56
Then I should possibly see "0 bytes left"
57
57
And I click on a button with text "Copy link"
58
-
Then Clipboard should contain "lisk://wallet?modal=send&recipient=lskm9syv4wrjcjczpegz65zqxhk2cp9dkejs5wbjb&amount=10&reference=hello%26(%26*%23(%40))*!%23%40%24%5E%25%23%40%26%40)world!%40%26%24%5E%23message*%40)%23*)%40%24%24%40%26%5E!(%40%23)~~%40&token=0400000000000000&recipientChain=04000000"
58
+
Then Clipboard should contain "lisk://wallet?modal=send&recipient=lskm9syv4wrjcjczpegz65zqxhk2cp9dkejs5wbjb&amount=10&reference=hello(*%23(%40))*!%23%40%24%5E%25%23%40%40)world!%40%24%5E%23message*%40)%23*)%40%24%24%40%5E!(%40%23)~~%40test1&token=0400000000000000&recipientChain=04000000"
Copy file name to clipboardexpand all lines: src/locales/en/common.json
-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@
5
5
"\"Lisk\" will be the default mainchain application, please enter your custom network to be added to the wallet.": "\"Lisk\" will be the default mainchain application, please enter your custom network to be added to the wallet.",
6
6
"\"{{username}}\" is already taken.": "\"{{username}}\" is already taken.",
"A bit more. Make sure to type at least 3 characters.": "A bit more. Make sure to type at least 3 characters.",
10
9
"A new management feature allows you to seamlessly add and switch between applications. The dedicated application tab provides a comprehensive overview of registered, active, and terminated blockchain applications, and statistics.": "A new management feature allows you to seamlessly add and switch between applications. The dedicated application tab provides a comprehensive overview of registered, active, and terminated blockchain applications, and statistics.",
11
10
"A required signatory account": "A required signatory account",
0 commit comments