chore(admin-ui): hide renew tool link in expiry view

This commit is contained in:
萝卜
2026-03-16 10:05:19 +08:00
parent 50fb0486e0
commit e0b1a707fb
3 changed files with 10 additions and 3 deletions

View File

@@ -94,8 +94,8 @@ class AdminSiteSubscriptionIndexCreateRenewalOrderLinkTest extends TestCase
}
}
$this->assertTrue($found, '未找到包含当前筛选条件与 back 的创建续费单链接');
$res->assertSee('创建续费单(带当前筛选', false);
$this->assertTrue($found, '未找到包含当前筛选条件与 back 的续费单链接');
$res->assertSee('续费单(先选订阅', false);
// 防 back 嵌套
$res->assertDontSee('back%3D', false);