Skip to content

Commit

Permalink
chore(Networks): remove unnecessary test delay
Browse files Browse the repository at this point in the history
Remove the test delay used to fix the "Cannot Connect With The Server"
problem as the underlying issue is fixed by the introduction of separate
stubs for the Mesos `SUBSCRIBE` and `GET_MASTER` request.
  • Loading branch information
Orlando Hohmeier committed Dec 29, 2017
1 parent b31e30b commit 2b829dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/pages/networking/Networks-cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ describe("Networks", function() {

it("allows users to filter the table", function() {
cy
// Even though this is a anti pattern and almost always not needed
// Wait a bit so "Cannot Connect With The Server" isn't displayed
// 2 secs is based on the time "Cannot Connect With The Server" was displayed
// before the nodes table is displayed
.wait(2000)
.get(".filter-bar-item .filter-input-text")
.type("sleep.7084272b-6b76-11e5-a953-08002719334a");
cy.get("tbody tr").should(function($tableRows) {
Expand Down

0 comments on commit 2b829dc

Please sign in to comment.