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: autotests/tests/manageTokens.spec.ts
+17-21
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
import{expect,test}from'../fixtures/base';
2
2
import{data}from'../fixtures/data';
3
3
importOnboardingfrom'../pages/onboarding';
4
-
import{StartPage}from'../pages/startPage';
5
-
import{Token}from'../pages/token';
4
+
import{StartPage}from'../pages/startPage';
5
+
import{Token}from'../pages/token';
6
6
7
7
//Main Issue with this testcase is that it depends currently on the successfull creation of a wallet (code for that was copied from onboarding.spec.ts)
8
8
// TODO add either a mock for a created wallet or put creating of a wallet into a pageObject
awaittest.step('disable a random Tokens',async()=>{
70
+
awaittest.step('disable a random Tokens',async()=>{
73
71
// when switching from startpage to manage token the app had sometimes the problem with the status change and didn't show the enabled button, with adding this addiotnoial visual check the test got more stable be adding one more check
74
72
// TODO figure out why app doesn't show enabled token in the fast switch --> potential bug !!!!
75
73
// TODO change the check as the number only works if that was the frist token to be added
0 commit comments