Fix ui tests for new css classes

This commit is contained in:
Nick O'Leary
2019-05-16 13:43:42 +01:00
parent 42ab6deff1
commit 094c92ed85
5 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
red-ui-clipboard-dialog-import-opt/**
/**
* Copyright JS Foundation and other contributors, http://js.foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");

View File

@@ -52,9 +52,9 @@ RED.debug = (function() {
'<span class="button-group"><a id="red-ui-sidebar-debug-open" class="red-ui-footer-button" href="#" data-i18n="[title]node-red:debug.sidebar.openWindow"><i class="fa fa-desktop"></i></a></span> ' +
'</div>');
messageList = $('<div class="red-ui-debug-content debug-content-list"/>').appendTo(content);
messageList = $('<div class="red-ui-debug-content red-ui-debug-content-list"/>').appendTo(content);
sbc = messageList[0];
messageTable = $('<div class="red-ui-debug-content debug-content-table hide"/>').appendTo(content);
messageTable = $('<div class="red-ui-debug-content red-ui-debug-content-table hide"/>').appendTo(content);
var filterDialog = $('<div class="red-ui-debug-filter-box hide">'+
'<div class="red-ui-debug-filter-row">'+