diff --git a/frontend/src/scenes/settings/SettingsScene.stories.tsx b/frontend/src/scenes/settings/SettingsScene.stories.tsx
index 8ebdd09f15b14..6584b2a93d717 100644
--- a/frontend/src/scenes/settings/SettingsScene.stories.tsx
+++ b/frontend/src/scenes/settings/SettingsScene.stories.tsx
@@ -46,7 +46,7 @@ export const SettingsProject: StoryFn = () => {
return
}
SettingsProject.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsProjectWithReplayFeatures: StoryFn = () => {
@@ -61,7 +61,7 @@ export const SettingsProjectWithReplayFeatures: StoryFn = () => {
return
}
SettingsProjectWithReplayFeatures.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsUser: StoryFn = () => {
@@ -71,7 +71,7 @@ export const SettingsUser: StoryFn = () => {
return
}
SettingsUser.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsOrganization: StoryFn = () => {
@@ -81,7 +81,7 @@ export const SettingsOrganization: StoryFn = () => {
return
}
SettingsOrganization.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsWebVitals: StoryFn = () => {
@@ -91,7 +91,7 @@ export const SettingsWebVitals: StoryFn = () => {
return
}
SettingsOrganization.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
function TimeSensitiveSettings(props: {
@@ -133,40 +133,40 @@ export const SettingsSessionTimeoutAllOptions: StoryFn = () => {
return
}
SettingsSessionTimeoutAllOptions.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsSessionTimeoutPasswordOnly: StoryFn = () => {
return
}
SettingsSessionTimeoutPasswordOnly.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsSessionTimeoutSsoOnly: StoryFn = () => {
return
}
SettingsSessionTimeoutSsoOnly.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsSessionTimeoutSsoEnforcedGithub: StoryFn = () => {
return
}
SettingsSessionTimeoutSsoEnforcedGithub.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsSessionTimeoutSsoEnforcedGoogle: StoryFn = () => {
return
}
SettingsSessionTimeoutSsoEnforcedGoogle.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}
export const SettingsSessionTimeoutSsoEnforcedSaml: StoryFn = () => {
return
}
SettingsSessionTimeoutSsoEnforcedSaml.parameters = {
- testOptions: { waitForSelector: '.Settings__sections button' },
+ testOptions: { waitForSelector: '.Settings__sections a' },
}