Skip to content

Commit

Permalink
fix: text cases changes
Browse files Browse the repository at this point in the history
  • Loading branch information
harshith-venkatesh-freshworks committed Aug 9, 2024
1 parent bce20c0 commit ef046bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('fw-select-option', () => {
const page = await newE2EPage();

await page.setContent(
'<fw-select-option text="This is a select option description" subText="This is selected option subtext" author.name="Author Name" author.email="author@example.com" author.phone="123-456-7890"></fw-select-option>'
'<fw-select-option text="This is a select option description" subText="This is selected option subtext" author.name="Author Name" author.email="author@example.com" author.mobile="123-456-7890"></fw-select-option>'
);

await page.$eval('fw-select-option', (elm: any) => {
Expand Down

0 comments on commit ef046bd

Please sign in to comment.