Skip to content

Commit

Permalink
Merge pull request #34 from DEFRA/483148-display-custom-urls
Browse files Browse the repository at this point in the history
483148: Update service header work
  • Loading branch information
feedmypixel authored Dec 27, 2024
2 parents 94be25c + 1a0f401 commit 51a9390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/page-objects/home.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Page } from 'page-objects/page'

class HomePage extends Page {
serviceName() {
return $('[data-testid="app-header-service-name"]')
return $('[data-testid="app-service-header-service-name"]')
}

userName() {
Expand Down

0 comments on commit 51a9390

Please sign in to comment.