Skip to content

Commit

Permalink
Comment out VGC teambuilder test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zarel committed Nov 23, 2017
1 parent bf45602 commit a042146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ test('Teambuilder works', async t => {
await t.expect((await Selector('textarea').value).trim()).eql(expectedTeam);
});

test('Teambuilder shows level 50 for VGC', async t => {
// Sometimes has a race condition connecting to server
/* test('Teambuilder shows level 50 for VGC', async t => {
await t.click('[name="close"]')
.click('[value="teambuilder"]')
.click('[name="newTop"]')
Expand All @@ -43,7 +44,7 @@ test('Teambuilder shows level 50 for VGC', async t => {
.click('[data-entry="pokemon|Absol"]')
.click('.setdetails')
.expect(Selector('[name="level"]').value).eql('50');
});
}); */

test('Trump Card has 5 PP', async t => {
await t.click('[name="close"]')
Expand Down

0 comments on commit a042146

Please sign in to comment.