Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
[#1028] travis test for delete report fixed (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
razu9861 authored and dogi committed Sep 13, 2017
1 parent ddf499c commit 8e18485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/report_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Scenario('Test for Delete Report', (I) => {
I.wait(2);
I.seeInPopup("Are you sure you want to delete this report?");
I.acceptPopup();
I.wait(5);
I.wait(1);
I.seeInPopup("Successfully deleted report.");
I.acceptPopup();
I.seeInCurrentUrl('#reports');
});

0 comments on commit 8e18485

Please sign in to comment.