Skip to content

Commit

Permalink
Update student-search.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedNufais5891 authored Dec 30, 2024
1 parent 4da528e commit f9fc760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/test/student-search.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fixture`Testing Student UI`
.page`http://localhost:4401/student`

test('Testing search students', async t => {
await t.navigateTo("/student");
await t.navigateTo("/searchStudent");
await t.typeText("#student-search", "si");

const table = Selector('#student-table')
Expand All @@ -15,4 +15,4 @@ test('Testing search students', async t => {
await t.expect(rowCount).eql(2)

await t.navigateTo("/dbinitialize");
});
});

0 comments on commit f9fc760

Please sign in to comment.