Skip to content

Commit

Permalink
remove data-testid="graphiql-container" (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Aug 7, 2024
1 parent 8efb873 commit 0fdd9b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/hungry-spiders-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'graphiql': major
---

remove `data-testid="graphiql-container"`
5 changes: 1 addition & 4 deletions packages/graphiql/src/components/GraphiQL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,7 @@ export function GraphiQLInterface(props: GraphiQLInterfaceProps) {

return (
<Tooltip.Provider>
<div
data-testid="graphiql-container"
className={`graphiql-container${className}`}
>
<div className={`graphiql-container${className}`}>
<div className="graphiql-sidebar">
<div className="graphiql-sidebar-section">
{pluginContext?.plugins.map((plugin, index) => {
Expand Down

0 comments on commit 0fdd9b9

Please sign in to comment.