diff options
Diffstat (limited to 'e2e/zoom.test.ts')
-rw-r--r-- | e2e/zoom.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/zoom.test.ts b/e2e/zoom.test.ts index c1a9db9..396ddd2 100644 --- a/e2e/zoom.test.ts +++ b/e2e/zoom.test.ts @@ -58,7 +58,7 @@ describe("zoom test", () => { await eventually(async() => { let actual = await browser.tabs.getZoom(tab.id); - assert.ok(actual === 1); + assert.strictEqual(actual, 1); }); }); }); |