Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb19ae71

Browse files
committed
fixed test
1 parent524e001 commitb19ae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/components/AuditLogRow/AuditLogDescription.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ describe("AuditLogDescription", () => {
7777
})
7878
it("renders the correct string for unsuccessful login for an unknown user",async()=>{
7979
render(<AuditLogRowauditLog={MockAuditLogUnsuccessfulLoginUnknownUser}/>)
80-
expect(getByTextContent(`An unknown user logged in`)).toBeDefined()
80+
expect(getByTextContent(`an unknown user logged in`)).toBeDefined()
8181
conststatusPill=screen.getByRole("status")
8282
expect(statusPill).toHaveTextContent("401")
8383
})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp