Skip to content

Commit

Permalink
ng10 upgrade (#515)
Browse files Browse the repository at this point in the history
* ng10 upgrade

* trying to fix build

* trying to fix build

* trying to fix build

* trying to fix build

* fixing build

* fixing build

* fixing build

* adding back package lock

* trying to fix e2e

* fixng jasmin config

* fixing e2e

Co-authored-by: Vlad Ioffe <vioffe@outbrain.com>
  • Loading branch information
vlio20 and Vlad Ioffe committed Aug 2, 2020
1 parent f5ebd6e commit 2030363
Show file tree
Hide file tree
Showing 12 changed files with 4,098 additions and 4,582 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ cache:
- node_modules

addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
chrome: stable
apt:
packages:
- dpkg

before_install:
- export CHROME_BIN=/usr/bin/google-chrome
Expand All @@ -22,8 +21,6 @@ before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
- sleep 3
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"

Expand Down
3 changes: 3 additions & 0 deletions e2e/format-validation-e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ describe('format validation', () => {
it('should check that the format validation is working', async () => {
const common = async (menu, input) => {
await menu.click();
await input.click();
await input.clear();
await input.sendKeys('lmaldlad');
await page.clickOnBody();

expect(await page.formatValidationMsg.getText()).toBe('invalid format');
await input.clear();
};
Expand Down
16 changes: 0 additions & 16 deletions e2e/test-utils.ts

This file was deleted.

0 comments on commit 2030363

Please sign in to comment.