Skip to content

Commit 28faa10

Browse files
ometelytsiadoit-bi-do
authored andcommitted
DCA-1318 bitbucket dashboard selector (atlassian#695)
1 parent c3c9380 commit 28faa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/selenium_ui/bitbucket/pages/selectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class DashboardLocators:
113113
dashboard_params = UrlManager().dashboard_params
114114
dashboard_url = UrlManager().dashboard_url()
115115

116-
dashboard_presence = {'6': (By.CLASS_NAME, 'dashboard-your-work'), '7': (By.CLASS_NAME, 'dashboard-your-work')}
116+
dashboard_presence = {'6': (By.TAG_NAME, 'h2'), '7': (By.TAG_NAME, 'h2')}
117117

118118

119119
class ProjectsLocators:

0 commit comments

Comments
 (0)