We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fbe01 commit 1ef6fbeCopy full SHA for 1ef6fbe
tests/Feature/ArticleTest.php
@@ -489,15 +489,15 @@
489
$this->login(['twitter' => null]);
490
491
$this->get('/articles/authored')
492
- ->assertSeeText('Twitter handle', '<a>')
+ ->assertSeeText('X (Twitter) handle', '<a>')
493
->assertSee('so we can link to your profile when we tweet out your article.');
494
});
495
496
test('user do not see tip if they have set the twitter handle', function () {
497
$this->login();
498
499
500
- ->assertDontSeeText('Twitter handle', '<a>')
+ ->assertDontSeeText('X (Twitter) handle', '<a>')
501
->assertDontSee('so we can link to your profile when we tweet out your article.');
502
503
0 commit comments