Skip to content

chore(dashboards): Remove Edit Access feature flag references#83021

Merged
nikkikapadia merged 1 commit intomasterfrom
nikki/remove-edit-access-flag-references
Jan 8, 2025
Merged

chore(dashboards): Remove Edit Access feature flag references#83021
nikkikapadia merged 1 commit intomasterfrom
nikki/remove-edit-access-flag-references

Conversation

@nikkikapadia
Copy link
Copy Markdown
Member

Removes all instances of the edit access feature flag in the code base. Also had to make some test adjustments to handle this.

Context: https://sentry.slack.com/archives/C01MYDW8Y7K/p1736203608171589

Next step: Removing the feature flag from the options repo.

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jan 7, 2025
await userEvent.keyboard('{Escape}');

await userEvent.click(screen.getByText('Cancel'));
await userEvent.click(screen.getByTestId('filter-bar-cancel'));
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to do this a bunch because the cancel button on the access selector was also getting picked up. This ensures it is the correct cancel button that we are testing for

@nikkikapadia nikkikapadia marked this pull request as ready for review January 7, 2025 19:05
@nikkikapadia nikkikapadia requested review from a team and narsaynorath January 7, 2025 19:05
@nikkikapadia nikkikapadia merged commit ae0d599 into master Jan 8, 2025
@nikkikapadia nikkikapadia deleted the nikki/remove-edit-access-flag-references branch January 8, 2025 16:42
andrewshie-sentry pushed a commit that referenced this pull request Jan 22, 2025
Removes all instances of the edit access feature flag in the code base.
Also had to make some test adjustments to handle this.

Context: https://sentry.slack.com/archives/C01MYDW8Y7K/p1736203608171589

Next step: Removing the feature flag from the options repo.
@github-actions github-actions bot locked and limited conversation to collaborators Jan 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants