Slack-Discord extra feature (#176)
* Enable Pro plan - WIP * no pricing page if have no paid plans * Set pricing ids in env * views & submissions FREE for all * extra param for env * form password FREE for all * Custom Code is PRO feature * Replace codeinput prism with codemirror * Better form Cleaning message * Added risky user email spam protection * fix form cleaning * Custom SEO * fix custom seo formcleaner * Better webhooks * Slack-Discord extra feature * fix conflict
This commit is contained in:
@@ -38,8 +38,6 @@ it('check formstat chart data', function () {
|
||||
}
|
||||
|
||||
// Now check chart data
|
||||
$response = $this->getJson(route('open.workspaces.form.stats', [$workspace->id, $form->id]));
|
||||
|
||||
$this->getJson(route('open.workspaces.form.stats', [$workspace->id, $form->id]))
|
||||
->assertSuccessful()
|
||||
->assertJson(function (\Illuminate\Testing\Fluent\AssertableJson $json) use ($views, $submissions) {
|
||||
|
||||
Reference in New Issue
Block a user