Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix(integration): stop browser test failing with -32000 error
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Sep 2, 2023
1 parent 60496bb commit 27f02cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/integration/variable_set_ui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ func TestIntegration_VariableSetUI(t *testing.T) {
chromedp.Navigate(organizationURL(svc.Hostname(), org.Name)),
// go to variable sets
chromedp.Click(`//a[text()='variable sets']`),
// click new variable set button
// click new variable set button and wait for alpine to load on new
// variable page
chromedp.Click(`button#new-variable-set-button`, chromedp.ByQuery),
waitLoaded,
// enter name
chromedp.Focus("input#name", chromedp.NodeVisible, chromedp.ByQuery),
input.InsertText("workspace-scoped-1"),
Expand Down

0 comments on commit 27f02cd

Please sign in to comment.