Skip to content

Commit cb88a00

Browse files
committed
Fix failing tests
1 parent 9d95197 commit cb88a00

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/browser/modules/D3Visualization/graphStyle.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ relationship {
8484
}
8585
8686
node.foo {
87-
color: #68BDF6;
88-
border-color: #5CA8DB;
87+
color: #C990C0;
88+
border-color: #b261a5;
8989
text-color-internal: #FFFFFF;
9090
defaultCaption: <id>;
9191
}
@@ -124,8 +124,8 @@ relationship {
124124
}
125125
126126
node.foo\\.bar {
127-
color: #68BDF6;
128-
border-color: #5CA8DB;
127+
color: #C990C0;
128+
border-color: #b261a5;
129129
text-color-internal: #FFFFFF;
130130
defaultCaption: <id>;
131131
}

src/browser/modules/Stream/CypherFrame/__snapshots__/VisualizationView.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports[`Visualization renders with result 1`] = `
2929
>
3030
<li
3131
class="token token-label styled__StyledLabelToken-sc-13boxex-16 jNYiQl"
32-
style="background-color: rgb(109, 206, 158); color: rgb(255, 255, 255);"
32+
style="background-color: rgb(247, 151, 103); color: rgb(255, 255, 255);"
3333
>
3434
*
3535
<span
@@ -49,7 +49,7 @@ exports[`Visualization renders with result 1`] = `
4949
>
5050
<li
5151
class="token token-label styled__StyledLabelToken-sc-13boxex-16 jNYiQl"
52-
style="background-color: rgb(104, 189, 246); color: rgb(255, 255, 255);"
52+
style="background-color: rgb(201, 144, 192); color: rgb(255, 255, 255);"
5353
>
5454
Person
5555
<span
@@ -102,9 +102,9 @@ exports[`Visualization renders with result 1`] = `
102102
class="outline"
103103
cx="0"
104104
cy="0"
105-
fill="#68BDF6"
105+
fill="#C990C0"
106106
r="25"
107-
stroke="#5CA8DB"
107+
stroke="#b261a5"
108108
stroke-width="2px"
109109
/>
110110
<text

0 commit comments

Comments
 (0)