@com.thoughtworks.gauge.Step("Verify that material saved successfully")
 public void verifyThatMaterialSavedSuccessfully() throws Exception {
   super.verifySavedSuccessfully();
 }
 @com.thoughtworks.gauge.Step(
     "Go to environment variables page - Already on material listing page")
 @Override
 public void goToEnvironmentVariablesPage() throws Exception {
   super.goToEnvironmentVariablesPage();
 }
 @com.thoughtworks.gauge.Step("Open general options page - Already on material listing page")
 @Override
 public void openGeneralOptionsPage() throws Exception {
   super.openGeneralOptionsPage();
 }
 @com.thoughtworks.gauge.Step("Open stage listing page - Already on material listing page")
 public void openStageListingPage() throws Exception {
   super.openStageListingPage();
 }