Skip to content

Commit

Permalink
amended test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbagg1 committed Nov 15, 2023
1 parent 5c66d94 commit 5451dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service-front/app/features/actor-dashboard.feature
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Feature: The user is able to see correct information on their dashboard
@ui
Scenario: As a user I can see the message on instructions and preferences
Given I am on the dashboard page
Then I can see the message Important: This LPA has instructions and preferences.
Then I can see the message This LPA has instructions and preferences.

@ui
Scenario: As a user I can see the read more link in the message on instructions and preferences
Expand Down
2 changes: 1 addition & 1 deletion service-front/app/features/context/UI/LpaContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public function iCanSeeReadMoreLink($readMoreLink): void
$this->ui->assertPageAddress('/lpa/dashboard');

$this->ui->assertPageContainsText(
'Important: This LPA has instructions and preferences. '
'This LPA has instructions and preferences. '
);

$session = $this->ui->getSession();
Expand Down

0 comments on commit 5451dc0

Please sign in to comment.