@@ -130,7 +130,7 @@ describe('Automation > Embedded Automate > Explorer', () => {
130
130
131
131
// Verify that the class created correctly
132
132
cy . get ( ':nth-child(1) > .label_header' ) . contains ( 'Fully Qualified Name' ) ;
133
- cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/ TestDomain / TestNameSpace / TestClass' ) ;
133
+ cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/TestDomain/ TestNameSpace/ TestClass' ) ;
134
134
cy . get ( ':nth-child(2) > .label_header' ) . contains ( 'Name' ) ;
135
135
cy . get ( ':nth-child(2) > .content_value' ) . contains ( 'TestClass' ) ;
136
136
cy . get ( ':nth-child(3) > .label_header' ) . contains ( 'Display Name' ) ;
@@ -173,7 +173,7 @@ describe('Automation > Embedded Automate > Explorer', () => {
173
173
174
174
// Verify that the class created correctly
175
175
cy . get ( ':nth-child(1) > .label_header' ) . contains ( 'Fully Qualified Name' ) ;
176
- cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/ TestDomain / TestNameSpace / NewTestClass' ) ;
176
+ cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/TestDomain/ TestNameSpace/ NewTestClass' ) ;
177
177
cy . get ( ':nth-child(2) > .label_header' ) . contains ( 'Name' ) ;
178
178
cy . get ( ':nth-child(2) > .content_value' ) . contains ( 'NewTestClass' ) ;
179
179
cy . get ( ':nth-child(3) > .label_header' ) . contains ( 'Display Name' ) ;
@@ -223,7 +223,7 @@ describe('Automation > Embedded Automate > Explorer', () => {
223
223
224
224
// Verify that the class created correctly
225
225
cy . get ( ':nth-child(1) > .label_header' ) . contains ( 'Fully Qualified Name' ) ;
226
- cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/ TestDomain / TestNameSpace / TestClass' ) ;
226
+ cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/TestDomain/ TestNameSpace/ TestClass' ) ;
227
227
cy . get ( ':nth-child(2) > .label_header' ) . contains ( 'Name' ) ;
228
228
cy . get ( ':nth-child(2) > .content_value' ) . contains ( 'TestClass' ) ;
229
229
cy . get ( ':nth-child(3) > .label_header' ) . contains ( 'Display Name' ) ;
@@ -246,7 +246,7 @@ describe('Automation > Embedded Automate > Explorer', () => {
246
246
247
247
// Verify that the class edited correctly
248
248
cy . get ( ':nth-child(1) > .label_header' ) . contains ( 'Fully Qualified Name' ) ;
249
- cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/ TestDomain / TestNameSpace / TestClassEdit' ) ;
249
+ cy . get ( ':nth-child(1) > .content_value' ) . contains ( '/TestDomain/ TestNameSpace/ TestClassEdit' ) ;
250
250
cy . get ( ':nth-child(2) > .label_header' ) . contains ( 'Name' ) ;
251
251
cy . get ( ':nth-child(2) > .content_value' ) . contains ( 'TestClassEdit' ) ;
252
252
cy . get ( ':nth-child(3) > .label_header' ) . contains ( 'Display Name' ) ;
0 commit comments