We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5866311 commit c25001eCopy full SHA for c25001e
test/sidebar-instance.test.js
@@ -70,7 +70,7 @@ describe('<SidebarInstanceProperties />', () => {
70
});
71
it('renders the SSH tunnel host name and port text', () => {
72
const element = component.find('.compass-sidebar-instance-ssh-tunnel');
73
- expect(element.text()).to.be.equal('Via SSH on my-jump-box.com:2222');
+ expect(element.text()).to.be.equal('via SSH tunnel my-jump-box.com:2222');
74
75
it('renders instance build version', () => {
76
const element = component.find('.compass-sidebar-instance-version');
0 commit comments