Skip to content

Fix flaky cert-manager feature spec

Thong Kuah requested to merge flaky-cluster-applications-cert-manager into master

What does this MR do?

I reduced the polling period in !36018 (merged) from 10 minutes to 500ms. So, Capybara is taking the form value once in email_form_value. So the solution is to use have_field as Capybara will wait for the form value to have the desire value instead (up to a number of seconds specified in Capybara.default_max_wait_time)

I addressed the Knative example in 48abf65e but have missed Cert-manager.

Resolves #227237 (closed)

Edited by Thong Kuah

Merge request reports