mirror of
https://github.com/kopia/kopia.git
synced 2026-03-05 23:08:11 -05:00
fix(ci): another attempt to fix flaky HTMLUI test (#2298)
This commit is contained in:
@@ -137,10 +137,7 @@ func TestEndToEndTest(t *testing.T) {
|
||||
chromedp.Click(`a[data-testid='new-snapshot']`),
|
||||
|
||||
tc.log("entering path:"+snap1Path),
|
||||
chromedp.SendKeys(`input[name='path']`, snap1Path),
|
||||
|
||||
// sleep a bit to ensure all the keys in the long path get typed
|
||||
chromedp.Sleep(500*time.Millisecond),
|
||||
chromedp.SendKeys(`input[name='path']`, snap1Path+"\t"),
|
||||
|
||||
tc.log("clicking estimate"),
|
||||
chromedp.Click(`button[data-testid='estimate-now']`),
|
||||
|
||||
Reference in New Issue
Block a user