Skip to content

Commit

Permalink
test: re-enable React e2e test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 596113587
  • Loading branch information
awmack authored and copybara-github committed Jan 8, 2024
1 parent 21e8086 commit d7caece
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions e2e/sample_app_test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ import {expect, test} from '@playwright/test';
* be started before executing the Playwright tests.
*/
const SAMPLE_APP_CONFIGS = [
// TODO(awmack) fix error in React sample app
// {
// title: 'React Sample App',
// port: 8001,
// },
{
title: 'React Sample App',
port: 8001,
},
{
title: 'JS Sample App',
port: 8002,
Expand Down

0 comments on commit d7caece

Please sign in to comment.