Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Test #132

Merged
merged 3 commits into from
Jul 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
action
client

^ client ifNil: [ ATDDGitHubActionsClient new ]
^ client ifNil: [ client := ATDDGitHubActionsClient new ]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tokenHelpLabel" : "sw 5/25/2021 20:51" },
"instance" : {
"applyChanges" : "BF 6/18/2021 14:54",
"client" : "ng 7/17/2021 13:04",
"client" : "BF 7/19/2021 19:24",
"client:" : "ng 7/17/2021 13:03",
"gitHubAction" : "sw 5/25/2021 19:21",
"makesValidRequest" : "ng 7/17/2021 13:04",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ testAccessors

testClient := ATDDGitHubActionsClient new.
editor client: testClient.
(Delay forSeconds: 2) wait.
self assert: editor client equals: testClient
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ testSave
amount := browser gitHubActions size.
editor repositoryUrl: 'hpi-swa-teaching/AutoTDD'.
editor token: ''.
editor client apiUrl: 'http://locallhost:9999/'.
editor client apiUrl: 'http://localhost:9999/'.
editor save.
self assert: browser gitHubActions size equals: amount + 1
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"instance" : {
"setUp" : "ng 7/18/2021 16:10",
"tearDown" : "ng 7/18/2021 16:12",
"testAccessors" : "ng 7/18/2021 16:05",
"testSave" : "ng 7/18/2021 16:09" } }
"testAccessors" : "ng 7/19/2021 18:58",
"testSave" : "BF 7/19/2021 19:24" } }