mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-22 10:10:12 +01:00
remove the last rspec story and migrate it to cucumber. Also remove equivalent selenium script
This commit is contained in:
parent
8d10deac30
commit
d945d974a7
12 changed files with 52 additions and 202 deletions
|
|
@ -394,7 +394,7 @@ $(document).ready(function() {
|
|||
};
|
||||
$.post('/contexts/update/'+context_id, {'context[name]': value}, highlight);
|
||||
return(value);
|
||||
}, {style: 'padding:0px', submit: "OK"});
|
||||
}, {style: 'padding:0px', submit: "OK", cancel: "CANCEL"});
|
||||
|
||||
/* Projects behavior */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue