Skip to content

Commit 2f74466

Browse files
fix: correct description of weather widget test
1 parent 7c3aaa4 commit 2f74466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-weather.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { test, expect } from "@playwright/test";
2-
test.describe("Weather Widget", () => {
2+
test.describe("Weather Widgets", () => {
33
test("should display current weather", async ({ page, context }) => {
44
// Mock geolocation to return a fixed location
55
await context.grantPermissions(["geolocation"]);

0 commit comments

Comments
 (0)