File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ const checkLoggingToggle = async (tenantName: string) => {
264
264
await t
265
265
. click ( "#tenant_logging" )
266
266
. click ( "#confirm-ok" )
267
- . wait ( 1000 )
267
+ . wait ( 3000 )
268
268
. expect ( Selector ( "#image" ) . exists )
269
269
. notOk ( )
270
270
. click ( "#yaml_button" )
@@ -277,7 +277,7 @@ const checkLoggingToggle = async (tenantName: string) => {
277
277
. click ( Selector ( `a[href$="/logging"]` ) )
278
278
. click ( "#tenant_logging" )
279
279
. click ( "#confirm-ok" )
280
- . wait ( 1000 )
280
+ . wait ( 3000 )
281
281
. expect ( Selector ( "#image" ) . exists )
282
282
. ok ( )
283
283
. click ( "#yaml_button" )
@@ -291,6 +291,7 @@ const checkLoggingToggle = async (tenantName: string) => {
291
291
const checkLoggingFieldsAcceptValues = async ( tenantName : string ) => {
292
292
await goToLoggingSection ( tenantName ) ;
293
293
await t
294
+ . wait ( 3000 )
294
295
. typeText ( "#image" , "minio/operator:v4.4.22" , { replace : true } )
295
296
. typeText ( "#diskCapacityGB" , "3" , { replace : true } )
296
297
. typeText ( "#cpuRequest" , "3" , { replace : true } )
You can’t perform that action at this time.
0 commit comments