fix(keyPairListComponent.spec.ts): fix incorrect key and value in test case to ensure accurate testing
This commit is contained in:
parent
9772fee9b8
commit
77665da9c7
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ test("KeypairListComponent", async ({ page }) => {
|
|||
if (
|
||||
key1 === "testtesttesttest" &&
|
||||
value1 === "test test test test test test" &&
|
||||
key2 === "testtesttesttest2" &&
|
||||
value2 === "testtesttesttesttesttest2"
|
||||
key2 === "testtesttesttest1" &&
|
||||
value2 === "testtesttesttesttesttest1"
|
||||
) {
|
||||
expect(true).toBeTruthy();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue