test: update registration linking mode parameter
This commit is contained in:
@@ -16,7 +16,7 @@ void main() {
|
||||
expect(
|
||||
registrationSubmitLabel(
|
||||
isTransitTarget: false,
|
||||
isLocked: false,
|
||||
isMultiCode: false,
|
||||
zongpaiCount: 1,
|
||||
),
|
||||
'确 认 上 架',
|
||||
@@ -24,7 +24,7 @@ void main() {
|
||||
expect(
|
||||
registrationSubmitLabel(
|
||||
isTransitTarget: false,
|
||||
isLocked: true,
|
||||
isMultiCode: true,
|
||||
zongpaiCount: 3,
|
||||
),
|
||||
'批量上架(3 条)',
|
||||
@@ -32,7 +32,7 @@ void main() {
|
||||
expect(
|
||||
registrationSubmitLabel(
|
||||
isTransitTarget: true,
|
||||
isLocked: false,
|
||||
isMultiCode: false,
|
||||
zongpaiCount: 1,
|
||||
),
|
||||
'转运并装箱',
|
||||
@@ -40,7 +40,7 @@ void main() {
|
||||
expect(
|
||||
registrationSubmitLabel(
|
||||
isTransitTarget: true,
|
||||
isLocked: true,
|
||||
isMultiCode: true,
|
||||
zongpaiCount: 3,
|
||||
),
|
||||
'批量转运并凑箱(3 条)',
|
||||
|
||||
Reference in New Issue
Block a user