Chore(booking-job): Log waiting for payment gateway
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -280,6 +280,7 @@ func (env *Env) startBooking(job *Booking, username string, password string, cre
|
||||
page = choosePaymentCreditCard(page)
|
||||
|
||||
// Wait 5 seconds for payment gateway to load
|
||||
log.Println("Waiting for payment gateway to load.")
|
||||
time.Sleep(time.Second * 5)
|
||||
|
||||
for _, currPage := range browser.MustPages() {
|
||||
|
||||
Reference in New Issue
Block a user