Skip to content

Commit

Permalink
debugging on demo server | remove wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
Muta-Jonathan committed Oct 3, 2023
1 parent d388d14 commit 78f145d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,14 @@

import org.apache.commons.lang3.StringUtils;
import org.junit.Assert;
import org.openqa.selenium.*;
import org.openqa.selenium.Alert;
import org.openqa.selenium.By;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.StaleElementReferenceException;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.ui.ExpectedCondition;
import org.openqa.selenium.support.ui.ExpectedConditions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Feature: Roles & Privileges Management

# @selenium
@selenium
@rolesAndPrivileges
Scenario: Adding the privilege
Given User clicks on configure metadata link from home page
Expand All @@ -10,7 +10,7 @@ Feature: Roles & Privileges Management
And User clicks the save button
Then Privilege is saved successfully

# @selenium
@selenium
@rolesAndPrivileges
Scenario: Editing the privilege
Given User clicks on configure metadata link from home page
Expand Down

0 comments on commit 78f145d

Please sign in to comment.