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 1096e1f commit 7931505Copy full SHA for 7931505
tests/Browser/User/FaqsPluginTest.php
@@ -89,7 +89,7 @@ private function index()
89
$browser->visit('/test/faq')
90
->pause(500)
91
->assertPathBeginsWith('/')
92
- ->click('#categories_id_' . $this->test_frame->id)
+ // ->click('#categories_id_' . $this->test_frame->id)
93
->screenshot('user/faqs/index/images/index3');
94
95
$post = FaqsPosts::first();
0 commit comments