Skip to content

Commit

Permalink
Workaround glitch with "Outdated version detected"
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jun 19, 2024
1 parent fa866ec commit c6d31d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cloud-slack-dev-e2e/botkube_page_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,9 @@ func (p *BotkubeCloudPage) openKubectlUpdateForm() {
p.page.MustWaitStable()
p.page.Screenshot("after-selecting-plugins-tab")

p.page.MustElement(`button[id^="botkube/kubectl_"]`).MustClick()
p.page.MustElement(`button[id^="botkube/kubectl_"]`).
MustWaitEnabled(). // needed as we have an "Outdated version detected" glitch
MustClick()
p.page.Screenshot("after-opening-kubectl-cfg")

p.page.MustElement(`div[data-node-key="ui-form"]`).MustClick()
Expand Down

0 comments on commit c6d31d2

Please sign in to comment.