Remove test for duplicate report as it's folded into media manager.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-01-03 00:25:29 -06:00
parent a88b9c6688
commit 30657b7647
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@ class C04_Station_ReportsCest extends CestAbstract
$I->seeResponseCodeIs(200);
$I->see('Song Listener Impact');
$I->amOnPage('/station/' . $station_id . '/reports/duplicates');
$I->seeResponseCodeIs(200);
$I->see('No duplicates were found. Nice work!');
$I->amOnPage('/station/' . $station_id . '/reports/requests');
$I->seeResponseCodeIs(200);