Skip to content

Commit a0b4b31

Browse files
fix: correct test description for weather conditions
1 parent 70cb5b5 commit a0b4b31

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,6 +1,6 @@
11
import { test, expect } from "@playwright/test";
22
test.describe("Weather Widgets.", () => {
3-
test("should display current weather condition", async ({
3+
test("should display current weather conditions", async ({
44
page,
55
context,
66
}) => {

0 commit comments

Comments
 (0)