Skip to content

Commit

Permalink
test(tooltip): unskip tests (#7427)
Browse files Browse the repository at this point in the history
**Related Issue:** N/A

## Summary

✨🧪✨
  • Loading branch information
jcfranco authored Aug 14, 2023
1 parent bd344e4 commit c1584a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ describe("calcite-tooltip", () => {
});
});

it.skip("should open hovered tooltip while pointer is moving", async () => {
it("should open hovered tooltip while pointer is moving", async () => {
const page = await newE2EPage();
await page.setContent(
html`
Expand Down Expand Up @@ -908,7 +908,7 @@ describe("calcite-tooltip", () => {
}
});

it.skip("should close non hovered tooltip while pointer is moving", async () => {
it("should close non hovered tooltip while pointer is moving", async () => {
const page = await newE2EPage();
await page.setContent(
html`
Expand Down

0 comments on commit c1584a1

Please sign in to comment.