Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
tongsonbarbs committed Oct 14, 2024
1 parent ce65902 commit a09f9ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ test('Scheduler a11y: appointments does not have info about reccurence', async (

await t
.expect(recurrenceIcon.getAttribute('aria-label'))
.eql('Recurring Appointment');
.eql('Recurring appointment');
}).before(async () => {
await createWidget('dxScheduler', {
timeZone: 'America/Los_Angeles',
Expand Down

0 comments on commit a09f9ab

Please sign in to comment.