Skip to content

Commit

Permalink
BC-8658-overview changed to dashboar
Browse files Browse the repository at this point in the history
  • Loading branch information
csp175 committed Feb 3, 2025
1 parent 6103847 commit f23c911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/pages/dashboard/pageDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Dashboard {
static #elementTitle = '[data-testid="title_of_an_element"]';
static #newsText = '[data-testid="body_of_element"]';
static #newsSection = '[data-testid="news-section"]';
static #dashboardLink = 'a[data-testid="sidebar-overview"]';
static #dashboardLink = 'a[data-testid="sidebar-dashboard"]';

static #testAssertionData = {
german: "Deutsch",
Expand Down

0 comments on commit f23c911

Please sign in to comment.