Skip to content

Commit

Permalink
test(e2e): repair first e2e test only
Browse files Browse the repository at this point in the history
we are still in transition on how to do e2e tests (see jet@next),
but having at least the one test running and correctly matching
an element proves that things in general are hooked up and working
  • Loading branch information
mikehardy committed Apr 27, 2022
1 parent 2a8b63f commit ec58ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/admob.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
describe('googleAds', function () {
describe('setRequestConfiguration()', function () {
it('should match text in the basic app element', async function () {
await expect(element(by.text('Read the docs to discover what to do next:'))).toBeVisible();
await expect(element(by.text('Select test to run'))).toBeVisible();
});

it('throws if config is not an object', function () {
Expand Down

0 comments on commit ec58ff0

Please sign in to comment.