Skip to content

Commit

Permalink
test(Dropdown): Corregge errore di esecuzione dei test e2e su CircleCI
Browse files Browse the repository at this point in the history
ref #45
  • Loading branch information
Mario Traetta committed Aug 27, 2018
1 parent c0e49c8 commit ce1b62e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/src/dropdown/dropdown.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ describe('Dropdown', () => {
});

it('dovrebbe passare da sfondo chiaro a scuro', async () => {
await page.clickDropdownButton();

let isDropdownDark = await page.isDropdownDark();
expect(isDropdownDark).toBeFalsy();

Expand All @@ -24,8 +22,6 @@ describe('Dropdown', () => {
});

it('dovrebbe passare da disposizione standard/verticale a fullwidth/orizzontale', async () => {
await page.clickDropdownButton();

let isDropdownFullWidth = await page.isDropdownFullWidth();
expect(isDropdownFullWidth).toBeFalsy();

Expand Down

0 comments on commit ce1b62e

Please sign in to comment.