diff --git a/core/tests/selenium/AddAlbum b/core/tests/selenium/AddAlbum
new file mode 100644
index 00000000..ccd4d0b7
--- /dev/null
+++ b/core/tests/selenium/AddAlbum
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+AddAlbum
+
+
+
+
+| AddAlbum |
+
+
+ | open |
+ /index.php/albums/1 |
+ |
+
+
+ | click |
+ link=Add album |
+ |
+
+
+ | type |
+ name |
+ seleniumtest |
+
+
+ | type |
+ title |
+ Selenium Test Album |
+
+
+ | type |
+ description |
+ Test |
+
+
+ | click |
+ //button[@type='button'] |
+ |
+
+
+ | assertTextPresent |
+ Selenium Test Album |
+ |
+
+
+
+
+
diff --git a/core/tests/selenium/AddComment b/core/tests/selenium/AddComment
new file mode 100644
index 00000000..ca25b244
--- /dev/null
+++ b/core/tests/selenium/AddComment
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+Add comment
+
+
+
+
+| Add comment |
+
+
+ | open |
+ /index.php/albums/1 |
+ |
+
+
+ | clickAndWait |
+ gPhotoID-2 |
+ |
+
+
+ | type |
+ gAuthor |
+ Test |
+
+
+ | type |
+ gEmail |
+ test@gmail.com |
+
+
+ | type |
+ gText |
+ This is a selenium test comment. |
+
+
+ | click |
+ //button[@type='submit'] |
+ |
+
+
+ | assertTextPresent |
+ This is a selenium test comment. |
+ |
+
+
+
+
+
diff --git a/core/tests/selenium/AddItem b/core/tests/selenium/AddItem
new file mode 100644
index 00000000..741dff65
--- /dev/null
+++ b/core/tests/selenium/AddItem
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+AddItem
+
+
+
+
+| AddItem |
+
+
+ | open |
+ /index.php/albums/1 |
+ |
+
+
+ | click |
+ link=Add an item |
+ |
+
+
+ | type |
+ name |
+ seleniumitem.jpg |
+
+
+ | type |
+ title |
+ Selenium Item |
+
+
+ | type |
+ description |
+ Test item |
+
+
+ | type |
+ file |
+ /Users/ckieffer/Sites/gallery3.0/core/tests/images/DSC_0003.jpg |
+
+
+ | click |
+ //button[@type='button'] |
+ |
+
+
+ | click |
+ link=X |
+ |
+
+
+ | assertTextPresent |
+ Selenium Item |
+ |
+
+
+
+
+
diff --git a/core/tests/selenium/Login b/core/tests/selenium/Login
new file mode 100644
index 00000000..20f161fb
--- /dev/null
+++ b/core/tests/selenium/Login
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+Login
+
+
+
+
+| Login |
+
+
+ | open |
+ /index.php/albums/1 |
+ |
+
+
+ | click |
+ gLoginLink |
+ |
+
+
+ | type |
+ gName |
+ admin |
+
+
+ | type |
+ gPassword |
+ admin |
+
+
+ | clickAndWait |
+ //button[@type='button'] |
+ |
+
+
+ | clickAndWait |
+ gUserProfileLink |
+ |
+
+
+
+
+