Skip to content

Comments

Scheduler: delete Appointment enhancements#32633

Open
sjbur wants to merge 24 commits intoDevExpress:26_1from
sjbur:v2_issue_308_26_1
Open

Scheduler: delete Appointment enhancements#32633
sjbur wants to merge 24 commits intoDevExpress:26_1from
sjbur:v2_issue_308_26_1

Conversation

@sjbur
Copy link
Contributor

@sjbur sjbur commented Feb 19, 2026

No description provided.

@sjbur sjbur self-assigned this Feb 19, 2026
@sjbur sjbur added the 26_1 label Feb 19, 2026
@sjbur sjbur marked this pull request as ready for review February 20, 2026 07:31
@sjbur sjbur requested a review from a team as a code owner February 20, 2026 07:31
tooltipScrollableContent?.dispatchEvent(new FocusEvent('focusin', { bubbles: true }));
tooltipScrollableContent?.dispatchEvent(new KeyboardEvent('keydown', { key: 'Delete', bubbles: true }));

expect(POM.tooltip.isVisible()).toBe(true);
Copy link
Contributor

@Tucchhaa Tucchhaa Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we check that appointment is not deleted from dataSource instead of checking that tooltip is visible? I thought we have a task, to try not hide tooltip on appt delete. So, it would be less problems for us in the future if we remove this visibility check

Copy link
Contributor

@Tucchhaa Tucchhaa Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moreover the test doesn't actually check that appointment wasn't deleted...

tooltipScrollableContent?.dispatchEvent(new FocusEvent('focusin', { bubbles: true }));
tooltipScrollableContent?.dispatchEvent(new KeyboardEvent('keydown', { key: 'Delete', bubbles: true }));

expect(POM.tooltip.isVisible()).toBe(true);
Copy link
Contributor

@Tucchhaa Tucchhaa Feb 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we check datasource data instead of tooltip visibility here too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants