Skip to content

Commit 1ef6fbe

Browse files
committed
FIX - Tests
1 parent 21fbe01 commit 1ef6fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/ArticleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,15 +489,15 @@
489489
$this->login(['twitter' => null]);
490490

491491
$this->get('/articles/authored')
492-
->assertSeeText('Twitter handle', '<a>')
492+
->assertSeeText('X (Twitter) handle', '<a>')
493493
->assertSee('so we can link to your profile when we tweet out your article.');
494494
});
495495

496496
test('user do not see tip if they have set the twitter handle', function () {
497497
$this->login();
498498

499499
$this->get('/articles/authored')
500-
->assertDontSeeText('Twitter handle', '<a>')
500+
->assertDontSeeText('X (Twitter) handle', '<a>')
501501
->assertDontSee('so we can link to your profile when we tweet out your article.');
502502
});
503503

0 commit comments

Comments
 (0)