Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ğecko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Ğecko
Commits
4614f81d
Commit
4614f81d
authored
1 year ago
by
poka
Browse files
Options
Downloads
Patches
Plain Diff
test: scroll before add derivation in safe home
parent
fc03d4de
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#34429
waiting for manual action
Stage: format
Stage: build_and_test
Stage: package
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration_test/scenarios/migrate_cesium_identity.dart
+2
-0
2 additions, 0 deletions
integration_test/scenarios/migrate_cesium_identity.dart
integration_test/utility/general_actions.dart
+1
-1
1 addition, 1 deletion
integration_test/utility/general_actions.dart
with
3 additions
and
1 deletion
integration_test/scenarios/migrate_cesium_identity.dart
+
2
−
0
View file @
4614f81d
...
...
@@ -19,6 +19,7 @@ void main() async {
await
firstOpenChest
();
// Go to test1 options and check if balance growup with UDs creations
await
scrollUntil
(
keyAddDerivation
);
await
tapKey
(
keyAddDerivation
);
await
waitFor
(
' 6'
);
...
...
@@ -50,6 +51,7 @@ void main() async {
await
tapKey
(
keyCloseTransactionScreen
,
duration:
0
);
await
tapKey
(
keyOpenWallet
(
test6
.
address
),
duration:
300
);
await
pump
(
number:
4
);
await
waitFor
(
'3'
,
exactMatch:
true
);
await
waitFor
(
'memberValidated'
.
tr
());
...
...
This diff is collapsed.
Click to expand it.
integration_test/utility/general_actions.dart
+
1
−
1
View file @
4614f81d
...
...
@@ -175,7 +175,7 @@ Future firstOpenChest() async {
}
Future
skipWalletDragTutorial
()
async
{
await
pump
(
duration:
const
Duration
(
milliseconds:
500
),
number:
4
);
await
pump
(
duration:
const
Duration
(
milliseconds:
500
),
number:
6
);
await
pump
(
duration:
const
Duration
(
seconds:
2
));
if
(
await
isPresent
(
'explainDraggableWallet'
.
tr
()
.
substring
(
0
,
13
),
timeout:
const
Duration
(
seconds:
5
),
settle:
false
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment