Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix school name selector
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Jun 12, 2024
1 parent 008bf2c commit c4b79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page-objects/pages/NavigationTopPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const initialsDiv = '[data-testid="initials"]';
const initialsDDSettings = 'a[data-testid="settings"]';
const initialsDDLogout = '[data-testid="logout"]';
const nameBox = '.dropdown-name';
const schoolNameSelector = '.nav-item.school-data';
const schoolNameSelector = '.school-data';
const exclamationTriangle = '.fa.fa-exclamation-triangle';
const fullScreenMode = '[data-testid="fullscreen-mode"]';
const qrIcon = '.fa.fa-qrcode';
Expand Down

0 comments on commit c4b79b7

Please sign in to comment.