Unused code deleted and comments added in Organization feature file
This commit is contained in:
parent
98d75c1a87
commit
4579493e3e
|
@ -1,11 +1,6 @@
|
||||||
package PageObjects;
|
package PageObjects;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileFilter;
|
|
||||||
import java.nio.file.DirectoryStream;
|
|
||||||
import java.nio.file.Path;
|
|
||||||
import java.util.Arrays;
|
|
||||||
|
|
||||||
import org.openqa.selenium.By;
|
import org.openqa.selenium.By;
|
||||||
import org.openqa.selenium.JavascriptExecutor;
|
import org.openqa.selenium.JavascriptExecutor;
|
||||||
import org.openqa.selenium.WebDriver;
|
import org.openqa.selenium.WebDriver;
|
||||||
|
|
|
@ -26,6 +26,7 @@ And user click on Assign link
|
||||||
And user click on Unassign button
|
And user click on Unassign button
|
||||||
Then Organization should get unassign from Hill Manager
|
Then Organization should get unassign from Hill Manager
|
||||||
|
|
||||||
|
#Provide complete organization name in example section organization
|
||||||
Examples:
|
Examples:
|
||||||
|username|password|orgnization|
|
|username|password|orgnization|
|
||||||
|hillmgr|Ss@hills2|4 Paws Veterinary Care|
|
|hillmgr|Ss@hills2|4 Paws Veterinary Care|
|
||||||
|
@ -39,6 +40,7 @@ And user search an Organization name<orgnization>
|
||||||
And user select a Organization by clicking checkbox
|
And user select a Organization by clicking checkbox
|
||||||
And user click on Excel to export organization
|
And user click on Excel to export organization
|
||||||
|
|
||||||
|
#Provide complete organization name in example section organization
|
||||||
Examples:
|
Examples:
|
||||||
|username|password|orgnization|
|
|username|password|orgnization|
|
||||||
|hillmgr|Ss@hills2|4 Paws Veterinary Care|
|
|hillmgr|Ss@hills2|4 Paws Veterinary Care|
|
||||||
|
|
Loading…
Reference in New Issue