Fixed the failing tests.

This commit is contained in:
Filip Barl
2017-10-17 21:05:19 +02:00
parent ce97b009da
commit 90c120d8d9

View File

@@ -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', () => {