Skip to content

Commit

Permalink
chore: Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Trishu-Patel committed Aug 6, 2024
1 parent d550888 commit 69edaf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module('Integration | components | footer', function (hooks) {
</Footer>
</template>);

assert.dom('footer div div div:nth-child(2)').hasText('Right Content Test');
assert.dom('footer div div div:nth-child(1)').hasText('Right Content Test');
});

test('it renders both the left and right content', async function (assert) {
Expand Down

0 comments on commit 69edaf4

Please sign in to comment.