mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
update test unit
This commit is contained in:
parent
bda9aeba63
commit
2d5bda946e
@ -200,6 +200,6 @@ describe('#659', () => {
|
||||
expect(keyShape.attr('fill')).to.equal('#5394ef');
|
||||
expect(keyShape.attr('stroke')).to.equal('#d9d9d9');
|
||||
graph.emit('node:mouseleave', { item: node });
|
||||
expect(keyShape.attr('fill')).to.equal('#36cfc9');
|
||||
expect(keyShape.attr('stroke')).to.equal('#87e8de');
|
||||
expect(keyShape.attr('fill')).to.equal('#91d5ff');
|
||||
expect(keyShape.attr('stroke')).to.equal('#91d5ff');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user