Skip to content

Commit cf79b3b

Browse files
committed
Fix e2e tests
1 parent b0bc9a0 commit cf79b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/src/posts/PostCreate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const PostCreate = () => {
160160
mutationMode={mutationMode}
161161
transform={data => ({ ...data, id: getNewId(mutationMode) })}
162162
>
163-
<Alert severity="info">
163+
<Alert severity="info" role="presentation">
164164
To test offline support, add either{' '}
165165
<Link to="/posts/create?mutationMode=optimistic">
166166
<code>?mutationMode=optimistic</code>

0 commit comments

Comments
 (0)