File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ export const test = base.extend({
1212test . beforeAll ( async ( ) => {
1313 console . log ( "Running before all tests: Resetting backend state..." ) ;
1414 await axios . post ( "http://localhost:5800/api/test/resetBackend" ) ;
15+ await axios . post ( "http://localhost:5800/api/test/activateTestMode" ) ;
1516} ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const newModelName = "foo-bar";
1010test . beforeEach ( async ( { page } ) => {
1111 page . goto ( "/#/settings" ) ;
1212 await axios . post ( "/override/platform" , { platform : "opi" } ) ;
13- await axios . post ( "/activateTestMode" ) ;
1413} ) ;
1514
1615test ( "testSettingsPage" , async ( { page } ) => {
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ const newModelName = "foo-bar";
1010test . beforeEach ( async ( { page } ) => {
1111 page . goto ( "/#/settings" ) ;
1212 await axios . post ( "/override/platform" , { platform : "rubik" } ) ;
13- await axios . post ( "/activateTestMode" ) ;
1413} ) ;
1514
1615test ( "testSettingsPage" , async ( { page } ) => {
You can’t perform that action at this time.
0 commit comments