We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e6b60 commit ee46ff4Copy full SHA for ee46ff4
packages/feedback/test/widget/Dialog.test.ts
@@ -13,6 +13,7 @@ function renderDialog({
13
formTitle = 'Feedback',
14
defaultName = 'Foo Bar',
15
defaultEmail = 'foo@example.com',
16
+ colorScheme = 'light',
17
nameLabel = 'Name',
18
namePlaceholder = 'Your full name',
19
emailLabel = 'Email',
@@ -32,6 +33,7 @@ function renderDialog({
32
33
showBranding,
34
defaultName,
35
defaultEmail,
36
+ colorScheme,
37
nameLabel,
38
namePlaceholder,
39
emailLabel,
packages/feedback/test/widget/createWidget.test.ts
@@ -25,6 +25,7 @@ const DEFAULT_OPTIONS = {
25
autoInject: true,
26
showEmail: true,
27
showName: true,
28
+ showBranding: false,
29
useSentryUser: {
30
email: 'email',
31
name: 'username',
0 commit comments