Commit 745a9ef2 authored by tom's avatar tom

fix tests

parent ccfb4fae
......@@ -17,7 +17,7 @@ test.describe('base view', () => {
</TestApp>,
);
await component.getByText('0x04').first().hover();
await component.getByText('kitty').first().hover();
await expect(component).toHaveScreenshot();
});
......@@ -33,7 +33,7 @@ test.describe('base view', () => {
</TestApp>,
);
await component.getByText('0x04').first().hover();
await component.getByText('kitty').first().hover();
await expect(component).toHaveScreenshot();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment