Commit 4c9ed6c 1 parent a9ae3dc commit 4c9ed6c Copy full SHA for 4c9ed6c
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,10 @@ def test_pulling_prometheus_alerts_to_provider(browser):
34
34
browser .get_by_placeholder ("Filter providers..." ).click ()
35
35
browser .get_by_placeholder ("Filter providers..." ).fill ("prometheus" )
36
36
browser .get_by_placeholder ("Filter providers..." ).press ("Enter" )
37
- browser .get_by_text ("Connect Provider" ).hover ()
38
- prometheus_tile = browser .locator ("button:has-text('prometheus'):has-text('alert'):has-text('data')" )
37
+ browser .get_by_text ("Available Providers" ).hover ()
38
+ prometheus_tile = browser .locator (
39
+ "button:has-text('prometheus'):has-text('alert'):has-text('data')"
40
+ )
39
41
prometheus_tile .first .hover ()
40
42
prometheus_tile .first .click ()
41
43
browser .get_by_placeholder ("Enter provider name" ).click ()
You can’t perform that action at this time.
0 commit comments