mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Fixed the failing tests.
This commit is contained in:
@@ -66,7 +66,7 @@ describe('NodeDetailsTable', () => {
|
||||
function clickColumn(title) {
|
||||
const node = TestUtils.scryRenderedDOMComponentsWithTag(component, 'td')
|
||||
.find(d => d.title === title);
|
||||
TestUtils.Simulate.click(node);
|
||||
TestUtils.Simulate.click(node.children[0]);
|
||||
}
|
||||
|
||||
describe('kubernetes_ip', () => {
|
||||
|
||||
Reference in New Issue
Block a user