Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
pedromassango committed Aug 15, 2025
commit 0b2497c276e30d51509e8e8b83e595a4fd785eb6
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,12 @@ void main() {
reason: 'Button should be treated as link with excludeSemantics: true',
);

expect(firstData.hasFlag(SemanticsFlag.isButton), isFalse,
reason:
'semantics should be excluded to prevent TAB navigation conflicts',
skip: true);
expect(
firstData.hasFlag(SemanticsFlag.isButton),
isFalse,
reason:
'semantics should be excluded to prevent TAB navigation conflicts',
);

expect(firstData.linkUrl?.toString(), equals('https://dart.dev/xyz'));
handle.dispose();
Expand Down