mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
fixed unable to click crawl button on spider page for configurable spiders
This commit is contained in:
@@ -508,11 +508,8 @@ export default {
|
||||
this.dialogVisible = true
|
||||
},
|
||||
isShowRun (row) {
|
||||
if (row.cmd) {
|
||||
return true
|
||||
} else {
|
||||
return false
|
||||
}
|
||||
if (!this.isCustomized(row)) return true
|
||||
return !!row.cmd
|
||||
},
|
||||
isCustomized (row) {
|
||||
return row.type === 'customized'
|
||||
|
||||
10
test/README.md
Normal file
10
test/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Test for Crawlab
|
||||
|
||||
## Test Cases
|
||||
|
||||
Test Case | Steps | Expected Results
|
||||
--- | --- | ---
|
||||
Login | |
|
||||
Signup | |
|
||||
Upload Spider | |
|
||||
Edit Spider File | |
|
||||
Reference in New Issue
Block a user