Skip to content

Commit

Permalink
Remove duped word
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba committed Sep 14, 2021
1 parent 349b7a9 commit 657aa3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function upgradeAssistantOverviewPageFunctionalTests({
testSubjects.exists('hasWarningsCallout');
});

it('Shows shows no warnings callout if there are no deprecations', async () => {
it('Shows no warnings callout if there are no deprecations', async () => {
await PageObjects.upgradeAssistant.clickResetLastCheckpointButton();
testSubjects.exists('noWarningsCallout');
});
Expand Down

0 comments on commit 657aa3b

Please sign in to comment.