Commit graph

76 commits

Author SHA1 Message Date
aignatov-bio e161ebc056 Fix tests 2019-11-27 14:52:03 +01:00
aignatov-bio ca76c0ca0c Fix cucmber tests 2019-11-13 16:24:19 +01:00
aignatov-bio f729baf884 Fix cucumber tests 2019-11-13 15:10:37 +01:00
Mojca Lorber 16eddc0ad0 Save on click away, inline editing 2019-11-03 14:59:30 +01:00
aignatov-bio 54627faeb3 Fix tests 2019-10-11 11:46:51 +02:00
Jure Grabnar 6db8b48d16 Fix cucumber tests
Close SCI-3916
2019-09-30 22:34:33 +02:00
Jure Grabnar 4d9156ebf7 Add chromium-driver patch from Alex 2019-09-30 16:08:44 +02:00
Oleksii Kriuchykhin 3509543e7b Merge branch 'master' into ok_SCI_3881 2019-09-16 11:56:49 +02:00
Oleksii Kriuchykhin bc38c6b29e Fix failing test [SCI-3745] 2019-09-16 10:26:13 +02:00
Luka Murn c7a4438bdd Fix the failing Cucumber test for uploading avatar 2019-09-04 11:18:14 +02:00
Oleksii Kriuchykhin e58d3cf169 Implement Cucumber tests for direct upload [SCI-3771] 2019-09-03 15:14:37 +02:00
Luka Murn 0a8c101c7e
Change the cucumber test image asset 2019-09-03 14:34:42 +02:00
Oleksii Kriuchykhin e19f92bc70 Fix links in emails [SCI-3786] 2019-08-22 15:03:32 +02:00
Oleksii Kriuchykhin 3a87296c7b Fix cucumber tests, switch to chromium-driver [SCI-3786] 2019-08-22 13:38:02 +02:00
aignatov-bio cd7460a4bd
Add croppie tool to avatar editing [SCI-3502] (#1801)
* Add croppie tool to avatar editing
2019-05-31 15:44:27 +02:00
Luka Murn 208ef0bfe1 Fix the Cucumber tests so they pass
With the change of factories, single Cucumber test stopped
working due to text in the test being dependant on a now randomly
(Faker) defined value.
2019-01-21 15:06:39 +01:00
Luka Murn 73c3801404 Rename sciNote -> SciNote (features/ folder) 2018-05-21 15:29:18 +02:00
mlorb 48f8b19ef6 please, tests work... 2018-05-09 13:54:49 +02:00
mlorb ed03ed0c07 fix tests 2018-05-09 11:26:08 +02:00
mlorb 491416a0f7 final fix tests 2018-05-03 09:22:01 +02:00
mlorb d78bf166fe fix tests again 2018-04-26 16:39:07 +02:00
mlorb 97d619ab51 fix tests again 2018-04-26 13:47:31 +02:00
mlorb e077c7dbf6 fix tests 2018-04-25 14:34:23 +02:00
zmagod d8cf3b1f07 mark non-working scenario as WIP 2018-03-13 10:46:48 +01:00
zmagod 5124af6cfb fixes failing cucumber specs 2018-02-12 11:42:22 +01:00
zmagod 60d1fb5e66 fixes gitignore 2018-02-01 15:31:36 +01:00
zmagod c6d585bc57 adds spec/features loader [fixes SCI-1998] 2018-02-01 13:37:52 +01:00
zmagod 34f5076b04 fixes failin specs [fixes SCI-2001] 2018-01-31 12:05:45 +01:00
zmagod 88d7429041 1. fixes failing unit and integration tests
2. fixes gem dependencies issues
3. fixes failing migrations
4. updates depricated factory_girl => factory_bot and fixes related issues

Signed-off-by: zmagod <zmago_devetak@yahoo.com>
2018-01-23 14:54:15 +01:00
Oleksii Kriuchykhin 30c05a06b9 Remove Addons info test from core [SCI-1875] 2018-01-17 14:20:11 +01:00
zmagod 6987261b53 disable pending cucumber tests 2017-11-24 09:52:13 +01:00
zmagod 6d56377eb0 adds sleep time after Delayed::Worker.new.work_off 2017-11-23 16:57:30 +01:00
zmagod 331823c2fb upgrade capybara_email gem 2017-11-23 16:27:49 +01:00
zmagod dc51d328bc removes make worker 2017-11-23 15:58:46 +01:00
zmagod 61be762b76 fix failing navigation spec 2017-11-23 15:30:08 +01:00
zmagod 70db34090d fixes rspec tests 2017-11-20 09:41:14 +01:00
zmagod 26912a14d6 fixes password validations [fixes SCI-1761] 2017-11-10 12:59:37 +01:00
zmagod 327e27e123 Merge branch 'decoupling-settings-page' of https://github.com/biosistemika/scinote-web into zd_SCI_1576 2017-11-09 15:55:10 +01:00
zmagod 16d4327010 rename sign_in_sign_up dir to sessions 2017-11-09 15:53:16 +01:00
mlorb b3e39697d5
Merge pull request #857 from mlorb/ml-sci-1575
Implement login feature integration tests [SCI-1575]
2017-11-09 13:48:57 +01:00
mlorb e227a75f5f rename folder 2017-11-09 13:40:30 +01:00
zmagod f224629259 fixes failing team.feature:19 scenario 2017-11-09 09:00:00 +01:00
zmagod e2af987b80 Merge branch 'decoupling-settings-page' of https://github.com/biosistemika/scinote-web into zd_SCI_1568 2017-11-09 08:35:39 +01:00
zmagod e02f63276e fix failing sign_up scenario 2017-11-08 17:22:03 +01:00
zmagod 33ebe1f748 integration tests for forgot_password [fixes SCI-1576] 2017-11-08 16:23:52 +01:00
zmagod b036452d8c adds background worker to cucumber tests 2017-11-08 11:59:01 +01:00
mlorb 157b1968cc implement login's feature integration tests 2017-11-07 17:18:41 +01:00
mlorb 428fa7f811 follow @ZmagoD's remarks 2017-11-07 11:29:37 +01:00
mlorb 1c3c822796 change drivers for browser 2017-11-06 14:26:01 +01:00
mlorb bd569b9746 small changes 2017-11-06 11:34:25 +01:00