Skip to content

Commit

Permalink
fix LandingView
Browse files Browse the repository at this point in the history
Update close_csm widget locator since it has changed in new version of 3scale
  • Loading branch information
mastastny committed Sep 17, 2024
1 parent b749c0c commit 3900a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/ui/views/devel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class LandingView(BaseDevelView):
"""Developer portal landing page"""

sign_in_btn = Text("//a[contains(@href, '/login')]")
close_csm = GenericLocatorWidget('//*[@id="cms-toolbar-menu-right"]/li/a')
close_csm = GenericLocatorWidget('//*[@id="cms-toolbar-menu-right"]/div/a')

@property
def is_displayed(self):
Expand Down

0 comments on commit 3900a9c

Please sign in to comment.