Merge pull request #25 from spotify/ncorti/fix-broken-master

Fix broken test on master for /frontend
This commit is contained in:
Stefan Ålund
2020-02-04 10:36:46 +01:00
committed by GitHub
+3 -2
View File
@@ -5,7 +5,8 @@ import App from './App';
describe('App', () => {
it('renders learn react link', () => {
const rendered = render(<App />);
rendered.getByText('This is Backstage with plugin hello-world');
rendered.getByText('Hello!');
rendered.getByText('This is Backstage!');
rendered.getByText('Backstage is an open platform for building developer portals');
rendered.getByText('…with plugin hello-world:');
});
});