Skip to content

Commit 62ffe16

Browse files
Update core/src/components/segment-view/test/basic/segment-view.e2e.ts
Co-authored-by: Shane <shane@shanessite.net>
1 parent c605440 commit 62ffe16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/segment-view/test/basic/segment-view.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ configs({ modes: ['md'] }).forEach(({ title, config }) => {
128128
await expect(segmentButton).toHaveClass(/segment-button-checked/);
129129
});
130130

131-
test('should set correct segment button as checked and show correct content when programmatically setting the segment vale', async ({
131+
test('should set correct segment button as checked and show correct content when programmatically setting the segment value', async ({
132132
page,
133133
}) => {
134134
await page.setContent(

0 commit comments

Comments
 (0)