diff --git a/chromedrivers/chromedriver b/chromedrivers/chromedriver new file mode 100755 index 00000000..70151ce7 Binary files /dev/null and b/chromedrivers/chromedriver differ diff --git a/target/test-reports/TEST-functional-cucumber-all bibtex.xml b/target/test-reports/TEST-functional-cucumber-all bibtex.xml index 0b35bcf3..a6c0f128 100644 --- a/target/test-reports/TEST-functional-cucumber-all bibtex.xml +++ b/target/test-reports/TEST-functional-cucumber-all bibtex.xml @@ -1,7 +1,7 @@ - + - + to NewsShowPage } -When(~'I select the option to remove in news show page$') {-> +And(~'I select the option to remove in news show page$') {-> to NewsShowPage - page.select('input', 'delete') + page.select('input', 'remove') } -Then(~'^the new "([^"]*)" is properly removed by the system$') { String title -> - assert !NewsTestDataAndOperations.checkExistingNews(description,date,group) +Then(~'^the new "([^"]*)" is properly removed by the system$') { String description, Date date, ResearchGroup researchGroup -> + assert !NewsTestDataAndOperations.deleteNews(description, date, researchGroup) } \ No newline at end of file diff --git a/web-app/uploads/ANN.pdf b/web-app/uploads/ANN.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/ANN.pdf differ diff --git a/web-app/uploads/Dissertationwithoutaddress.txt b/web-app/uploads/Dissertationwithoutaddress.txt new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/Dissertationwithoutaddress.txt differ diff --git a/web-app/uploads/IICSE-10.pdf b/web-app/uploads/IICSE-10.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/IICSE-10.pdf differ diff --git a/web-app/uploads/IICSE-12.pdf b/web-app/uploads/IICSE-12.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/IICSE-12.pdf differ diff --git a/web-app/uploads/Modularity.pdf b/web-app/uploads/Modularity.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/Ngs.pdf b/web-app/uploads/Ngs.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-01.pdf b/web-app/uploads/TCS-01.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-02.pdf b/web-app/uploads/TCS-02.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-03.pdf b/web-app/uploads/TCS-03.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/TCS-03.pdf differ diff --git a/web-app/uploads/TCS-04.pdf b/web-app/uploads/TCS-04.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-101.pdf b/web-app/uploads/TCS-101.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-102.pdf b/web-app/uploads/TCS-102.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/TCS-99.pdf b/web-app/uploads/TCS-99.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/Tool without title.pdf b/web-app/uploads/Tool without title.pdf new file mode 100644 index 00000000..e69de29b diff --git a/web-app/uploads/dissertation.txt b/web-app/uploads/dissertation.txt new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/dissertation.txt differ diff --git a/web-app/uploads/new.pdf b/web-app/uploads/new.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/new.pdf differ diff --git a/web-app/uploads/tool.pdf b/web-app/uploads/tool.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/tool.pdf differ diff --git a/web-app/uploads/tooldelete.pdf b/web-app/uploads/tooldelete.pdf new file mode 100644 index 00000000..012b3279 Binary files /dev/null and b/web-app/uploads/tooldelete.pdf differ