Skip to content

Commit 37229b7

Browse files
committed
fix test
1 parent d0428ae commit 37229b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/widgets/forms/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ describe('basicField', () => {
647647
callbackFunction
648648
)
649649
const style = (result.childNodes[1].childNodes[0] as HTMLInputElement).getAttribute('style')
650-
expect(style).toEqual('text-align: right')
650+
expect(style).toEqual('background-color: #eef; padding: 0.5em; border: .05em solid #88c; border-radius:0.2em; font-size: 100%; margin:0.2em;text-align: right;')
651651
})
652652

653653
it('Defaults to textInputStyle', () => {

0 commit comments

Comments
 (0)