Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 22c5f55

Browse files
committed
update summarized-on location in test
1 parent 3d52b7e commit 22c5f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/javascripts/acceptance/topic-summary-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ acceptance("Topic - Summary", function (needs) {
6363
.hasText(finalSummary, "Updates the summary with a final result");
6464

6565
assert
66-
.dom(".ai-summary-box .summarized-on")
66+
.dom(".ai-summary-modal .summarized-on")
6767
.exists("summary metadata exists");
6868
});
6969

@@ -135,7 +135,7 @@ acceptance("Topic - Summary - Anon", function (needs) {
135135
.hasText(finalSummary, "Updates the summary with the result");
136136

137137
assert
138-
.dom(".ai-summary-box .summarized-on")
138+
.dom(".ai-summary-modal .summarized-on")
139139
.exists("summary metadata exists");
140140
});
141141

0 commit comments

Comments
 (0)