]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a149e87
)
Resolving test cases
author
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 13:33:02 +0000
(19:03 +0530)
committer
Nilesh Deepak
<redacted>
Sat, 15 Jul 2017 13:33:02 +0000
(19:03 +0530)
tests/Entity/EntityTest.php
patch
|
blob
|
history
diff --git
a/tests/Entity/EntityTest.php
b/tests/Entity/EntityTest.php
index e639717aa4f31b5fff4cf234f6222f656dd51765..ccc02c4f06c85eb6875226e9d146f5374e12a6d7 100644
(file)
--- a/
tests/Entity/EntityTest.php
+++ b/
tests/Entity/EntityTest.php
@@
-155,9
+155,6
@@
class EntityTest extends BrowserKitTest
->visit('/books/create')
->type($book->name, '#name')
->type($book->description, '#description')
- ->press('Select Image')
- ->click('test-image.jpg')
- ->press('Select Image')
->press('Save Book');
$expectedPattern = '/\/books\/my-first-book-[0-9a-zA-Z]{3}/';