09:39:27
Agent-01
sign_up_spec.rb
11.8
Failed
100
Execute
-
Sign up Sign up OK
3.8
OK
Execute
-
Sign up Can't sign up with the same username twice
2.7
OK
Execute
-
Sign up Sign up Validation: password match
1.1
OK
Execute
-
Sign up Sign up Validation: user name too long
1.3
Failure
Execute
Failure/Error: expect(page_text).to include("too long")
expected "Vibe\nHome\nGratitude\nQuestion\nPersonal\nMoods\nCalendar\nLog In\nSearch\n\nUser Login [WIP]\n Create New Account\nVibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))" to include "too long"
Diff:
@@ -1,13 +1,25 @@
-too long
+Vibe
+Home
+Gratitude
+Question
+Personal
+Moods
+Calendar
+Log In
+Search
+
+User Login [WIP]
+ Create New Account
+Vibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))
./spec/sign_up_spec.rb:77:in `block (2 levels) in <top (required)>'
09:39:29
mac-Agent-04
post_filtering_24hours_spec.rb
54.5
Failed
45
Execute
-
Post Filtering by 24 hours Public Entry limited by last 24 hours for public
0.6
Failure
Execute
Failure/Error: expect(page_text).not_to include(@title_the_day_before_yesterday)
expected "Vibe\nHome\nGratitude\nQuestion\nPersonal\nMoods\nCalendar\nLog In\nSearch\n\nNew Entry\nPosts\n2021...y jerry | Sun, Sep 19, 2021\nafdsfd\n\nVibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))" not to include "20210924193935 - #1 Day Before Yesterday Larraine Steuber"
Diff:
@@ -1,37 +1,89 @@
+Vibe
+Home
+Gratitude
+Question
+Personal
+Moods
+Calendar
+Log In
+Search
+
+New Entry
+Posts
+20210926193939 - #2 Today Lannie Pacocha
+By stevie | Sun, Sep 26, 2021
+id accusamus ipsam provident fuga optio dicta repellat dolore sequi expedita a dignissimos maiores possimus perspiciatis praesentium rerum at ullam
+
20210924193935 - #1 Day Before Yesterday Larraine Steuber
+By stevie | Sun, Sep 26, 2021
+placeat autem veniam minima quae officia voluptas labore repudiandae magni eos voluptatibus quibusdam laudantium consectetur aliquam voluptatum et totam ipsam
+
+Alex Kuhic
+By jerry | Sun, Sep 26, 2021
+repellendus dolores quasi nulla vel eveniet numquam assumenda labore id in blanditiis ea unde quidem alias et exercitationem perspiciatis distinctio
+
+SEcond Post
+By Indy | Tue, Sep 21, 2021
+COURTNEY 2
+
+What inspires you?
+By vibeadmin | Tue, Sep 21, 2021
+asdf
+
+What are you grateful for today?
+By vibeadmin | Tue, Sep 21, 2021
+asadf
+
+NEW POST
+By Indy | Mon, Sep 20, 2021
+CACDBF
+
+What are you grateful for today?
+By vibeadmin | Sun, Sep 19, 2021
+adfadsf
+
+SEcond Post
+By vibeadmin | Sun, Sep 19, 2021
+DFLSDKFDSJLFKJDS
+
+FirstPost
+By jerry | Sun, Sep 19, 2021
+afdsfd
+
+Vibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))
./spec/post_filtering_24hours_spec.rb:57:in `block (2 levels) in <top (required)>'
-
Post Filtering by 24 hours Public Entry older than 24 hours is still viewable by admin users
2.7
OK
Execute
-
Post Filtering by 24 hours Personal Entry from all time can be viewed by authenticated user
10.1
OK
Execute
-
Post Filtering by 24 hours Personal Entry cannot be viewed by Guest user
8.5
OK
Execute
-
Post Filtering by 24 hours Personal Entry cannot be viewed by other user
9.9
OK
Execute
-
Post Filtering by 24 hours Personal Entry of all time can be viewed by admin user
9.9
OK
Execute
09:39:55
Agent-01
post_permission_other_spec.rb
12.5
Failed
39
Execute
-
Post Permission by Other One user cannot edit other's existing post
0.4
Failure
Execute
Failure/Error: expect(page_text).to include("You do not have permission to perform that action")
expected "Vibe\nHome\nGratitude\nQuestion\nPersonal\nMoods\nCalendar\njerry\nSearch\n\nPost\nTitle*\nContent*\...ipit placeat\nPosted on*\nPost Cancel\nVibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))" to include "You do not have permission to perform that action"
Diff:
@@ -1,17 +1,33 @@
-You do not have permission to perform that action
+Vibe
+Home
+Gratitude
+Question
+Personal
+Moods
+Calendar
+jerry
+Search
+
+Post
+Title*
+Content*
+omnis ut non magni minus aspernatur reiciendis aliquid neque similique vero ad ratione rerum eius sapiente libero mollitia suscipit placeat
+Posted on*
+Post Cancel
+Vibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))
./spec/post_permission_other_spec.rb:62:in `block (2 levels) in <top (required)>'
-
Post Permission by Other One user cannot delete other's existing post
0.3
Failure
Execute
Failure/Error: expect(page_text).to include("You do not have permission to perform that action")
expected "Page not found (404)\nNo post found matching the query\nRequest Method: GET\nRequest URL: http://149...ue in your Django settings file. Change that to False, and Django will display a standard 404 page." to include "You do not have permission to perform that action"
Diff:
@@ -1,14 +1,27 @@
-You do not have permission to perform that action
+Page not found (404)
+No post found matching the query
+Request Method: GET
+Request URL: http://149.28.187.96/posts/46/delete/
+Raised by: post.views.PostDeleteView
+Using the URLconf defined in vibe.urls, Django tried these URL patterns, in this order:
+admin/
+[name='post-home']
+posts/<int:pk> [name='post-detail']
+posts/new/ [name='post-create']
+posts/<int:pk>/edit/ [name='post-edit']
+posts/<int:pk>/delete/ [name='post-delete']
+The current path, posts/46/delete/, matched the last one.
+You?re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
./spec/post_permission_other_spec.rb:78:in `block (2 levels) in <top (required)>'
09:40:11
Agent-01
mood_permission_spec.rb
9.0
Failed
37
-
Mood Permission User can only view and edit own moods
4.7
Failure
Execute
Failure/Error: expect(page_text).to include("You have no permission")
expected "Vibe\nHome\nGratitude\nQuestion\nPersonal\nMoods\nCalendar\nstevie\nSearch\n\nEditing Mood\nMood * \...n Date *\nSave Cancel\nVibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))" to include "You have no permission"
Diff:
@@ -1,22 +1,43 @@
-You have no permission
+Vibe
+Home
+Gratitude
+Question
+Personal
+Moods
+Calendar
+stevie
+Search
+
+Editing Mood
+Mood *
+
+---
+ Very Negative
+ Negative
+ Neutral
+ Positive
+ Very Positive
+ Date *
+Save Cancel
+Vibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))
./spec/mood_permission_spec.rb:37:in `block (2 levels) in <top (required)>'
09:40:23
Agent-01
mood_spec.rb
11.5
Failed
42
Execute
-
Mood CRUD Moods
4.4
Failure
Execute
Failure/Error: expect(page_text).to include("Mood was successfully updated.")
expected "Vibe\nHome\nGratitude\nQuestion\nPersonal\nMoods\nCalendar\nstevie\nSearch\n\nNew Mood\nMy Moods\nMo...te\nVery Negative Sun, Sep 26, 2021 \nVibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))" to include "Mood was successfully updated."
Diff:
@@ -1,15 +1,29 @@
-Mood was successfully updated.
+Vibe
+Home
+Gratitude
+Question
+Personal
+Moods
+Calendar
+stevie
+Search
+
+New Mood
+My Moods
+Mood Date
+Very Negative Sun, Sep 26, 2021
+Vibe v0.4.3 (Env: , Powered by Django 3.2.5 (Python: 3.9.6))
./spec/mood_spec.rb:63:in `block (2 levels) in <top (required)>'
-
Mood User can only enter one mood for one day
2.9
OK
Execute
09:40:26
mac-Agent-04
post_question_filtering_spec.rb
18.3
Failed
37
-
Post Question Filtering Verify can only see answers to questions user has answered
13.2
Failure
Execute
Failure/Error: expect(post_count = driver.find_elements(:xpath, "//div[@id='wrap-posts']/div[@class='card post']").size).to eq(2)
expected: 2
got: 0
(compared using ==)
./spec/post_question_filtering_spec.rb:73:in `block (2 levels) in <top (required)>'
09:40:38
Agent-01
post_entry_question_spec.rb
14.2
OK
10
-
New question post Add a new question entry, verify the random title
11.0
OK
Execute
09:40:50
mac-Agent-04
post_entry_gratitude_spec.rb
8.3
OK
9
Execute
-
New gratitude post Add a new gratitude entry, verify the pre-filled title
2.2
OK
Execute
-
New gratitude post Add a new gratitude entry
2.2
OK
Execute
09:41:02
mac-Agent-04
post_entry_spec.rb
14.3
OK
9
Execute
-
Post Create Update Delete Add a new entry
4.6
OK
Execute
-
Post Create Update Delete Edit an entry
3.0
OK
Execute
-
Post Create Update Delete Delete an entry
3.2
OK
Execute
09:41:05
Agent-01
post_permission_guest_spec.rb
11.4
OK
9
Execute
-
Post Permission by Guest Guest user cannot delete existing entry
0.9
OK
Execute
-
Post Permission by Guest Guest user cannot edit existing entry
0.7
OK
Execute
-
Post Permission by Guest Guest user cannot create new entry
0.6
OK
Execute
09:41:20
mac-Agent-04
responsive_ui_spec.rb
8.3
OK
9
-
Responsive UI Mobile - Add new entry
5.3
OK
Execute
09:41:30
Agent-01
login_spec.rb
8.3
OK
8
Execute
-
Create and login as user Login Fail
2.4
OK
Execute
-
Create and login as user login OK then logout
3.7
OK
Execute
09:41:32
mac-Agent-04
post_permission_admin_spec.rb
11.8
OK
8
Execute
-
Post Permission by Admin Admin user can edit other users' existing post
1.2
OK
Execute
-
Post Permission by Admin Admin user can delete other users' existing post
1.2
OK
Execute
09:41:47
mac-Agent-04
search_post_spec.rb
6.6
OK
5
Execute
-
Search Post Search in Title
2.7
OK
Execute
-
Search Post Search in Content
1.0
OK
Execute