@@ -75,7 +75,7 @@ describe('Subscriptions', () => {
7575 cy . getByTestID ( 'create-broker-form--name' ) . type ( name )
7676 cy . getByTestID ( 'create-broker-form--description' ) . type ( 'My Description' )
7777 cy . getByTestID ( 'dropdown' ) . contains ( 'MQTT' ) . click ( )
78- cy . getByTestID ( 'create-broker-form--host' ) . type ( 'localhost ' )
78+ cy . getByTestID ( 'create-broker-form--host' ) . type ( 'broker.hivemq.com ' )
7979 cy . getByTestID ( 'create-broker-form--port' ) . type ( `${ BROKER_PORT } ` )
8080 // subscription form
8181 cy . getByTestID ( 'create-subscription-form--overlay-form' ) . should (
@@ -203,8 +203,7 @@ describe('Subscriptions', () => {
203203 cy . getByTestID ( 'update-broker-form--description' )
204204 . clear ( )
205205 . type ( 'Edited Description' )
206- cy . getByTestID ( 'update-broker-form--host' ) . clear ( ) . type ( 'local.host' )
207- cy . getByTestID ( 'update-broker-form--port' ) . clear ( ) . type ( '1884' )
206+ cy . getByTestID ( 'update-broker-form--host' ) . clear ( ) . type ( 'broker.hivemq.com' )
208207 cy . getByTestID ( 'update-broker-form--user--button' ) . click ( )
209208 cy . getByTestID ( 'update-broker-form--username' ) . clear ( ) . type ( 'username' )
210209 cy . getByTestID ( 'update-broker-form--password' ) . clear ( ) . type ( 'password' )
@@ -262,7 +261,7 @@ describe('Subscriptions', () => {
262261 cy . getByTestID ( 'create-broker-form--name' ) . type ( subscription )
263262 cy . getByTestID ( 'create-broker-form--description' ) . type ( 'My Description' )
264263 cy . getByTestID ( 'dropdown' ) . contains ( 'MQTT' ) . click ( )
265- cy . getByTestID ( 'create-broker-form--host' ) . type ( 'localhost ' )
264+ cy . getByTestID ( 'create-broker-form--host' ) . type ( 'broker.hivemq.com ' )
266265 cy . getByTestID ( 'create-broker-form--port' ) . type ( `${ BROKER_PORT } ` )
267266 // subscription form
268267 cy . getByTestID ( 'create-subscription-form--overlay-form' ) . should (
@@ -401,7 +400,7 @@ describe('Subscriptions', () => {
401400 cy . getByTestID ( 'create-broker-form--name' ) . type ( subscription )
402401 cy . getByTestID ( 'create-broker-form--description' ) . type ( 'My Description' )
403402 cy . getByTestID ( 'dropdown' ) . contains ( 'MQTT' ) . click ( )
404- cy . getByTestID ( 'create-broker-form--host' ) . type ( 'localhost ' )
403+ cy . getByTestID ( 'create-broker-form--host' ) . type ( 'broker.hivemq.com ' )
405404 cy . getByTestID ( 'create-broker-form--port' ) . type ( `${ BROKER_PORT } ` )
406405 // subscription form
407406 cy . getByTestID ( 'create-subscription-form--overlay-form' ) . should (
@@ -526,7 +525,7 @@ describe('Subscriptions', () => {
526525 id : '603dd8ae88aee000' ,
527526 orgID : '9c9c9c9c9c9c9c9c' ,
528527 processGroupID : 'f762b298-0180-1000-0000-000067f29ae1' ,
529- brokerHost : 'localhost ' ,
528+ brokerHost : 'broker.hivemq.com ' ,
530529 brokerPort : BROKER_PORT ,
531530 topic : 'datopic' ,
532531 dataFormat : 'lineprotocol' ,
@@ -571,8 +570,7 @@ describe('Subscriptions', () => {
571570 cy . getByTestID ( 'update-broker-form--description' )
572571 . clear ( )
573572 . type ( 'Edited Description' )
574- cy . getByTestID ( 'update-broker-form--host' ) . clear ( ) . type ( 'local.host' )
575- cy . getByTestID ( 'update-broker-form--port' ) . clear ( ) . type ( '1884' )
573+ cy . getByTestID ( 'update-broker-form--host' ) . clear ( ) . type ( 'broker.hivemq.com' )
576574 cy . getByTestID ( 'update-broker-form--user--button' ) . click ( )
577575 cy . getByTestID ( 'update-broker-form--username' ) . clear ( ) . type ( 'username' )
578576 cy . getByTestID ( 'update-broker-form--password' ) . clear ( ) . type ( 'password' )
0 commit comments