We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b671b3d commit d95b9d4Copy full SHA for d95b9d4
1 file changed
front-end/src/App.js
@@ -10,7 +10,7 @@ function App() {
10
11
12
return (
13
- <div className="App" id="testApp">
+ <div className="App" data-testid="testApp">
14
<Navbar></Navbar>
15
{/* <div className='sidebar-container'>
16
<div class="btn-group-horizontal" role="group" aria-label="Vertical radio toggle button group">
0 commit comments