@@ -83,7 +83,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
8383 } ) ) ;
8484
8585 it ( 'sort by name' , ( ) => execute ( ( ) => {
86- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
86+ cy . wait ( 1500 )
87+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
8788 . click ( )
8889 . window ( )
8990 . its ( 'store' )
@@ -96,7 +97,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
9697 } ) ) ;
9798
9899 it ( 'sort by height' , ( ) => execute ( ( ) => {
99- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(3)' )
100+ cy . wait ( 1500 )
101+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
100102 . click ( )
101103 . window ( )
102104 . its ( 'store' )
@@ -109,7 +111,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
109111 } ) ) ;
110112
111113 it ( 'sort by global slot' , ( ) => execute ( ( ) => {
112- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(4)' )
114+ cy . wait ( 1500 )
115+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
113116 . click ( )
114117 . window ( )
115118 . its ( 'store' )
@@ -122,7 +125,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
122125 } ) ) ;
123126
124127 it ( 'sort by transactions' , ( ) => execute ( ( ) => {
125- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(6)' )
128+ cy . wait ( 1500 )
129+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
126130 . click ( )
127131 . window ( )
128132 . its ( 'store' )
@@ -135,7 +139,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
135139 } ) ) ;
136140
137141 it ( 'sort by snark fees' , ( ) => execute ( ( ) => {
138- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(8)' )
142+ cy . wait ( 1500 )
143+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
139144 . click ( )
140145 . window ( )
141146 . its ( 'store' )
@@ -148,7 +153,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
148153 } ) ) ;
149154
150155 it ( 'sort by snark coinbase rewards' , ( ) => execute ( ( ) => {
151- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(9)' )
156+ cy . wait ( 1500 )
157+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
152158 . click ( )
153159 . window ( )
154160 . its ( 'store' )
@@ -161,7 +167,8 @@ describe('BLOCK PRODUCTION WON SLOTS TABLE', () => {
161167 } ) ) ;
162168
163169 it ( 'sort by snark tx fees rewards' , ( ) => execute ( ( ) => {
164- cy . get ( 'mina-block-production-won-slots-table .head > span:nth-child(10)' )
170+ cy . wait ( 1500 )
171+ . get ( 'mina-block-production-won-slots-table .head > span:nth-child(1)' )
165172 . click ( )
166173 . window ( )
167174 . its ( 'store' )
0 commit comments