diff --git a/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-next-.txt b/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-next-.txt new file mode 100644 index 00000000000..0c559928838 --- /dev/null +++ b/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-next-.txt @@ -0,0 +1 @@ +["Label (Default) Basic edit text","Label","Label Helper Message edit text","Helper Message","Helper Message","Helper Message"] \ No newline at end of file diff --git a/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-tab-.txt b/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-tab-.txt deleted file mode 100644 index 416ad7f75e1..00000000000 --- a/showcases/screen-reader/__snapshots__/macos/webkit/DBInput-should-have-message-and-label-tab-.txt +++ /dev/null @@ -1 +0,0 @@ -["Label","Label"] diff --git a/showcases/screen-reader/tests/input.spec.ts b/showcases/screen-reader/tests/input.spec.ts index 074a794fa9a..67ac4e5779d 100644 --- a/showcases/screen-reader/tests/input.spec.ts +++ b/showcases/screen-reader/tests/input.spec.ts @@ -19,8 +19,6 @@ test.describe('DBInput', () => { await voiceOver?.next(); await voiceOver?.next(); await voiceOver?.next(); - await voiceOver?.next(); - await voiceOver?.next(); } }); // We don't test default "next" here because we will be locked inside the textarea