Admin dashboard: align column widths and remove height sync JS
This commit is contained in:
@@ -28,10 +28,15 @@ class AdminDashboardBillingWorkbenchLinksCarrySafeBackTest extends TestCase
|
||||
|
||||
$res->assertSee('收费工作台');
|
||||
|
||||
$res->assertSee('href="/admin/platform-orders?back=%2Fadmin%2Fplans%3Fstatus%3Dactive"', false);
|
||||
$res->assertSee('href="/admin/site-subscriptions?back=%2Fadmin%2Fplans%3Fstatus%3Dactive"', false);
|
||||
$res->assertSee('href="/admin/plans?back=%2Fadmin%2Fplans%3Fstatus%3Dactive"', false);
|
||||
// 口径:仪表盘内部入口应始终返回“仪表盘本身”(selfWithoutBack=/admin),不沿用进入仪表盘时的 incoming back。
|
||||
$res->assertSee('href="/admin/platform-orders?back=%2Fadmin"', false);
|
||||
$res->assertSee('href="/admin/site-subscriptions?back=%2Fadmin"', false);
|
||||
$res->assertSee('href="/admin/plans?back=%2Fadmin"', false);
|
||||
|
||||
// 避免 Blade 自动转义导致 back 参数中的 & 被转成 &
|
||||
$res->assertDontSee('&back=', false);
|
||||
|
||||
// 同时应不携带 incoming back。
|
||||
$res->assertDontSee('back=%2Fadmin%2Fplans%3Fstatus%3Dactive', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user