Skip to content

Commit 73dfbab

Browse files
committed
test component name consistency
1 parent 04be205 commit 73dfbab

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

e2e/fixtures/configs/base.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
"model": "fake"
1616
},
1717
{
18-
"name": "test-motor",
18+
"name": "motor1",
1919
"type": "motor",
2020
"model": "fake"
2121
}
2222
]
2323
}
24-

e2e/tests/robot-client-apis.browser.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test.describe('Robot Client API Tests', () => {
3030
type: 'component',
3131
},
3232
{
33-
name: 'test-motor',
33+
name: 'motor1',
3434
namespace: 'rdk',
3535
subtype: 'motor',
3636
type: 'component',
@@ -107,7 +107,7 @@ test.describe('Robot Client API Tests', () => {
107107
namespace: 'rdk',
108108
type: 'component',
109109
subtype: 'motor',
110-
name: 'test-motor',
110+
name: 'motor1',
111111
},
112112
state: 'STATE_READY',
113113
lastUpdated: expect.any(String),

e2e/tests/robot-client-apis.node.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('Robot Client API Tests', () => {
4141
type: 'component',
4242
},
4343
{
44-
name: 'test-motor',
44+
name: 'motor1',
4545
namespace: 'rdk',
4646
subtype: 'motor',
4747
type: 'component',

0 commit comments

Comments
 (0)