client/src/components/SessionList.js
changeset 145 5d2bc8c877ea
parent 143 cfcbf4bc66f1
child 146 4f4bb2b3ef39
--- a/client/src/components/SessionList.js	Tue Aug 14 20:39:55 2018 +0200
+++ b/client/src/components/SessionList.js	Wed Aug 15 23:39:02 2018 +0200
@@ -82,7 +82,7 @@
                   </li>
                 )}
               </ul>
-              <button type="button" className="btn btn-primary btn-lg" onClick={this.createSession}>Créer une nouvelle session</button>
+              <button id="session-button" type="button" className="btn btn-primary btn-lg" onClick={this.createSession}>Créer une nouvelle session</button>
             </div>
           </div>
         </div>