Skip to content

Commit

Permalink
Merge pull request #4206 from nadiavaida/Nadia_Dec13_updateIDinTestSc…
Browse files Browse the repository at this point in the history
…ript

updated 'whatIsHappeningTitle' id to camel case in CandidatesPage tes…
  • Loading branch information
DaleMcGrew authored Dec 15, 2024
2 parents 8e741f1 + 5a7c74b commit 78daa51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CandidatesPage extends Page {
}

get pageHeaders () {
return $$('h2#WhatIsHappeningTitle');
return $$('h2#whatIsHappeningTitle');
}

get CandidateCardList () {
Expand Down

0 comments on commit 78daa51

Please sign in to comment.