test(platform-orders): syncable summary link locks unsynced scope
This commit is contained in:
@@ -26,6 +26,7 @@ class AdminPlatformOrderSyncableSummaryCardLinkTest extends TestCase
|
|||||||
$this->get('/admin/platform-orders')
|
$this->get('/admin/platform-orders')
|
||||||
->assertOk()
|
->assertOk()
|
||||||
->assertSee('可同步订单')
|
->assertSee('可同步订单')
|
||||||
->assertSee('syncable_only=1');
|
->assertSee('syncable_only=1', false)
|
||||||
|
->assertSee('sync_status=unsynced', false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user